POINTER/haas define

This commit is contained in:
Jan Nieuwenhuizen 2019-10-29 21:39:33 +01:00
parent 9eb7999429
commit f27c26d8f9
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 0 additions and 9 deletions

View File

@ -26,7 +26,6 @@
#include <sys/types.h>
#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;