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