From e0212b2a1703a0c807f1ddfff9e0f720b7f6db9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Mon, 13 Apr 1998 16:14:41 +0200 Subject: [PATCH] Added support for more tracing. Rev: src/acconfig.h:1.20 --- src/acconfig.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/acconfig.h b/src/acconfig.h index 05f7fff6dd..8e856a1838 100644 --- a/src/acconfig.h +++ b/src/acconfig.h @@ -1,5 +1,5 @@ /* - * $Id: acconfig.h,v 1.19 1998/03/28 15:41:37 grubba Exp $ + * $Id: acconfig.h,v 1.20 1998/04/13 14:14:41 grubba Exp $ */ #ifndef MACHINE_H #define MACHINE_H @@ -189,6 +189,12 @@ /* Enable code to handle Out-Of-Band data */ #undef WITH_OOB +/* Enable individual tracing of threads */ +#undef TRACE_THREADS + +/* Enable tracing of the compiler */ +#undef YYDEBUG + @BOTTOM@ /* NT stuff */ -- GitLab