diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-05-25 22:02:42 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-05-25 22:02:42 -0700 |
commit | b6df78c930d0e41df7b49cf2e9af1cb02d96022c (patch) | |
tree | b366bcbad80a200ee6c7fb716f3942bcabeff2eb | |
parent | 0f25d9091c7e4347c1d39158b6565c5eb02f4f4c (diff) | |
download | txr-b6df78c930d0e41df7b49cf2e9af1cb02d96022c.tar.gz txr-b6df78c930d0e41df7b49cf2e9af1cb02d96022c.tar.bz2 txr-b6df78c930d0e41df7b49cf2e9af1cb02d96022c.zip |
lib: remove unused numeric macros.
* lib.h (maxint, minint): Remove unused macros.
-rw-r--r-- | lib.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1246,8 +1246,6 @@ loc list_collect_revappend(loc ptail, val obj); #define three num_fast(3) #define four num_fast(4) #define negone num_fast(-1) -#define maxint num_fast(NUM_MAX) -#define minint num_fast(NUM_MIN) #ifdef __cplusplus #define static_forward(decl) namespace { extern decl; } |