Mon Oct 7 02:56:33 2019 UTC ()
Enable the backtracking extension, otherwise code does not compile with YYDEBUG.


(christos)
diff -r1.6 -r1.7 src/external/bsd/byacc/include/config.h

cvs diff -r1.6 -r1.7 src/external/bsd/byacc/include/config.h (expand / switch to unified diff)

--- src/external/bsd/byacc/include/config.h 2019/10/06 23:29:42 1.6
+++ src/external/bsd/byacc/include/config.h 2019/10/07 02:56:33 1.7
@@ -75,20 +75,20 @@ @@ -75,20 +75,20 @@
75/* Define to the system name. */ 75/* Define to the system name. */
76#define SYSTEM_NAME "NetBSD" 76#define SYSTEM_NAME "NetBSD"
77 77
78/* "Define to 1 if you want to use dbmalloc for testing." */ 78/* "Define to 1 if you want to use dbmalloc for testing." */
79/* #undef USE_DBMALLOC */ 79/* #undef USE_DBMALLOC */
80 80
81/* "Define to 1 if you want to use dmalloc for testing." */ 81/* "Define to 1 if you want to use dmalloc for testing." */
82/* #undef USE_DMALLOC */ 82/* #undef USE_DMALLOC */
83 83
84/* "Define to 1 if you want to use valgrind for testing." */ 84/* "Define to 1 if you want to use valgrind for testing." */
85/* #undef USE_VALGRIND */ 85/* #undef USE_VALGRIND */
86 86
87/* Define to 1 to enable backtracking extension */ 87/* Define to 1 to enable backtracking extension */
88/* #undef YYBTYACC */ 88#define YYBTYACC 1
89 89
90/* Define to 1 if you want to perform memory-leak testing. */ 90/* Define to 1 if you want to perform memory-leak testing. */
91/* #undef YY_NO_LEAKS */ 91/* #undef YY_NO_LEAKS */
92 92
93/* Define to `int' if <sys/types.h> does not define. */ 93/* Define to `int' if <sys/types.h> does not define. */
94/* #undef mode_t */ 94/* #undef mode_t */