1
0
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:
Nick Briggs 2023-04-20 18:19:04 -07:00
parent 6b69e0105f
commit 087c7a053a

View File

@ -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