diff --git a/include/mes/mes.h b/include/mes/mes.h index 1913712c..937b0b1c 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 SCM vector; }; }; -#else -struct scm -{ - long type; - SCM car; - SCM cdr; -}; -#endif /* mes */ char *g_datadir;