mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-28 20:41:30 +00:00
Fix errors preventing the use of -DDTDDEBUG for mkcell.c (#389)
This commit is contained in:
@@ -41,6 +41,9 @@
|
||||
#include "allocmdsdefs.h"
|
||||
#include "commondefs.h"
|
||||
#include "gchtfinddefs.h"
|
||||
#ifdef DTDDEBUG
|
||||
#include "testtooldefs.h"
|
||||
#endif
|
||||
|
||||
static LispPTR oldoldfree;
|
||||
static LispPTR oldfree;
|
||||
|
||||
@@ -1241,8 +1241,6 @@ void dtd_chain(DLword type) {
|
||||
|
||||
} /* dtd_chain end **/
|
||||
|
||||
#ifdef DTDDEBUG
|
||||
|
||||
void check_dtd_chain(DLword type)
|
||||
{
|
||||
register LispPTR next, onext;
|
||||
@@ -1270,8 +1268,6 @@ void check_dtd_chain(DLword type)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/************************************************************************/
|
||||
/* */
|
||||
/* T R A C E _ F N C A L L */
|
||||
|
||||
Reference in New Issue
Block a user