diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-04 07:15:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-04 07:15:52 -0700 |
commit | 6522f634df9903e7e8bb40027a818529b664118f (patch) | |
tree | 54313255a838282278c4eb6471a1ec6b2baa16c1 /cppawk-include/cons.h | |
parent | 8335e67e819088cda3b9f05a39b810e1575a66b4 (diff) | |
download | cppawk-6522f634df9903e7e8bb40027a818529b664118f.tar.gz cppawk-6522f634df9903e7e8bb40027a818529b664118f.tar.bz2 cppawk-6522f634df9903e7e8bb40027a818529b664118f.zip |
Rename nump to numberp.
Diffstat (limited to 'cppawk-include/cons.h')
-rw-r--r-- | cppawk-include/cons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppawk-include/cons.h b/cppawk-include/cons.h index d13a115..696856d 100644 --- a/cppawk-include/cons.h +++ b/cppawk-include/cons.h @@ -52,7 +52,7 @@ #define endp __endp #define false __false #define true __true -#define nump __nump +#define numberp __numberp #define box __box #define unbox __unbox #define sym __sym |