summaryrefslogtreecommitdiff
path: root/example/ansic/cparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/ansic/cparse.py')
-rw-r--r--example/ansic/cparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/ansic/cparse.py b/example/ansic/cparse.py
index 2583075..5c6932c 100644
--- a/example/ansic/cparse.py
+++ b/example/ansic/cparse.py
@@ -855,7 +855,7 @@ import profile
# Build the grammar
yacc.yacc()
-#yacc.yacc(method='LALR',write_tables=False,debug=True)
+#yacc.yacc(method='LALR',write_tables=False,debug=False)
#profile.run("yacc.yacc(method='LALR')")