diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/ansic/cparse.py | 2 |
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')") |