fix machine-dependant #if's

This commit is contained in:
ceriel
1991-09-04 16:01:22 +00:00
parent 25686b2f45
commit 63d80c036a
4 changed files with 9 additions and 5 deletions

View File

@@ -8,13 +8,13 @@
#define ASSERT(b) /* empty */
#endif
#if EM_WSIZE == EM_PSIZE
#if _EM_WSIZE == _EM_PSIZE
#define ptrint int
#else
#define ptrint long
#endif
#if EM_PSIZE == 2
#if _EM_PSIZE == 2
#define BRKSIZE 1024
#else
#define BRKSIZE 4096