summaryrefslogtreecommitdiff
path: root/ace/Svc_Conf.y
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-09 06:50:43 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-06-09 06:50:43 +0000
commit875ad8c8452b4c374f8e20353e1a382f499c0450 (patch)
treeabc5bc33437e9a76fd6a4a4c3522257da286fc23 /ace/Svc_Conf.y
parentd01a4f4cc667b8e87db089feb94042836e613257 (diff)
downloadATCD-875ad8c8452b4c374f8e20353e1a382f499c0450.tar.gz
.
Diffstat (limited to 'ace/Svc_Conf.y')
-rw-r--r--ace/Svc_Conf.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Svc_Conf.y b/ace/Svc_Conf.y
index 921d2b0a8dc..a936a9a2047 100644
--- a/ace/Svc_Conf.y
+++ b/ace/Svc_Conf.y
@@ -15,8 +15,9 @@ static ACE_Module_Type *ace_get_module (ACE_Static_Node *str_rec,
const char *svc_name);
#define YYDEBUG_LEXER_TEXT (yytext[yyleng] = '\0', yytext)
+
// Force the pretty debugging code to compile.
-#define YYDEBUG 1
+// #define YYDEBUG 1
// Efficient memory allocation technique.
ACE_Obstack *ace_obstack;