summaryrefslogtreecommitdiff
path: root/ext/ply/ply/yacc.py
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ply/ply/yacc.py')
-rw-r--r--ext/ply/ply/yacc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ply/ply/yacc.py b/ext/ply/ply/yacc.py
index 3bf6e8e4d..d4bb8822d 100644
--- a/ext/ply/ply/yacc.py
+++ b/ext/ply/ply/yacc.py
@@ -68,7 +68,7 @@ __tabversion__ = "3.2" # Table version
# Change these to modify the default behavior of yacc (if you wish)
#-----------------------------------------------------------------------------
-yaccdebug = 1 # Debugging mode. If set, yacc generates a
+yaccdebug = 0 # Debugging mode. If set, yacc generates a
# a 'parser.out' file in the current directory
debug_file = 'parser.out' # Default name of the debugging file