mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 07:30:21 +00:00
Compiling with -DDTDDEBUG requires including testtooldefs.h in gcrcell.c
This commit is contained in:
parent
6b69e0105f
commit
087c7a053a
@ -76,6 +76,9 @@
|
||||
#include "lispemul.h" // for LispPTR, ConsCell, NIL, POINTERMASK, DLword
|
||||
#include "lspglob.h" // for ListpDTD
|
||||
#include "lsptypes.h" // for dtd, GetDTD, GetTypeNumber, TYPE_ARRAYBLOCK
|
||||
#ifdef DTDDEBUG
|
||||
#include "testtooldefs.h"
|
||||
#endif
|
||||
|
||||
#ifdef NEWCDRCODING
|
||||
#undef CONSPAGE_LAST
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user