From f27c26d8f9b11cdb16c11c25bf68ce9bca0bf65f Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 29 Oct 2019 21:39:33 +0100 Subject: [PATCH] POINTER/haas define --- include/mes/mes.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/mes/mes.h b/include/mes/mes.h index 6bba88e0..d25a3faa 100644 --- a/include/mes/mes.h +++ b/include/mes/mes.h @@ -26,7 +26,6 @@ #include #include "mes/cc.h" -#if POINTER_CELLS struct scm { long type; @@ -52,14 +51,6 @@ struct scm struct scm* vector; }; }; -#else -struct scm -{ - long type; - struct scm* car; - struct scm* cdr; -}; -#endif /* mes */ char *g_datadir;