summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1995-03-04 16:07:41 +0000
committerVern Paxson <vern@ee.lbl.gov>1995-03-04 16:07:41 +0000
commitceaff6639ba32b60eaff4434e63e811052128a1b (patch)
tree107f786a8f95bd769472563fb103c5ca98ef4734 /main.c
parent2dfd6c7352228ff2b6685183c0c451b980c89ca4 (diff)
do yy_flex_debug prefix for both C++ and C
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 97f5064..aee483c 100644
--- a/main.c
+++ b/main.c
@@ -310,6 +310,8 @@ void check_options()
if ( do_yywrap )
GEN_PREFIX( "wrap" );
+ GEN_PREFIX( "_flex_debug" );
+
outn( "" );
}