fix: #if instead of #ifdef

This commit is contained in:
ceriel 1990-06-12 11:22:49 +00:00
parent a8d2505ba5
commit 3bcec93972

View file

@ -8,7 +8,7 @@
#define ASSERT(b) /* empty */
#endif
#ifdef EM_WSIZE == EM_PSIZE
#if EM_WSIZE == EM_PSIZE
#define ptrint int
#else
#define ptrint long