shithub: femtolisp

Download patch

ref: b98c14dc639f4da1a80606224ff526731f46905a
parent: 63d9386558212f72a4e6bc6ac70544030545d7c1
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Mar 13 19:04:22 EDT 2023

remove T_(U)LONG

--- a/flisp.h
+++ b/flisp.h
@@ -215,14 +215,6 @@
 
 #define N_NUMTYPES ((int)T_DOUBLE+1)
 
-#if defined(ULONG64)
-# 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, ios_t *f);