Remove unused T_LONG and T_ULONG defines

This commit is contained in:
Lassi Kortela 2019-08-27 01:33:43 +03:00
parent 248840df1f
commit 43b41bc8a6
1 changed files with 0 additions and 8 deletions

View File

@ -769,14 +769,6 @@ typedef enum {
#define N_NUMTYPES ((int)T_DOUBLE + 1)
#ifdef BITS64
#define T_LONG T_INT64
#define T_ULONG T_UINT64
#else
#define T_LONG T_INT32
#define T_ULONG T_UINT32
#endif
value_t relocate_lispvalue(value_t v);
void print_traverse(value_t v);
void fl_print_chr(char c, struct ios *f);