summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2016-08-30 15:41:28 -0500
committerDavid Beazley <dave@dabeaz.com>2016-08-30 15:41:28 -0500
commit1000526c6d5176ac0c6867d53160b33cb1e070b1 (patch)
tree7a0709ace0e367474db64a924b54330159aafc97 /example
parent5ccbfc7e70392a18fb5defa57e3e18fa477c03e6 (diff)
downloadply-1000526c6d5176ac0c6867d53160b33cb1e070b1.tar.gz
cleanup
Diffstat (limited to 'example')
-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')")