Module Name:    src
Committed By:   christos
Date:           Mon Oct  7 02:56:33 UTC 2019

Modified Files:
        src/external/bsd/byacc/include: config.h

Log Message:
Enable the backtracking extension, otherwise code does not compile with YYDEBUG.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/byacc/include/config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/byacc/include/config.h
diff -u src/external/bsd/byacc/include/config.h:1.6 src/external/bsd/byacc/include/config.h:1.7
--- src/external/bsd/byacc/include/config.h:1.6	Sun Oct  6 19:29:42 2019
+++ src/external/bsd/byacc/include/config.h	Sun Oct  6 22:56:33 2019
@@ -85,7 +85,7 @@
 /* #undef USE_VALGRIND */
 
 /* Define to 1 to enable backtracking extension */
-/* #undef YYBTYACC */
+#define YYBTYACC 1
 
 /* Define to 1 if you want to perform memory-leak testing. */
 /* #undef YY_NO_LEAKS */

Reply via email to