Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/byacc/include Enable the backtracking extension...
details: https://anonhg.NetBSD.org/src/rev/a0f904a1607e
branches: trunk
changeset: 464459:a0f904a1607e
user: christos <christos%NetBSD.org@localhost>
date: Mon Oct 07 02:56:33 2019 +0000
description:
Enable the backtracking extension, otherwise code does not compile with YYDEBUG.
diffstat:
external/bsd/byacc/include/config.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r c39168179916 -r a0f904a1607e external/bsd/byacc/include/config.h
--- a/external/bsd/byacc/include/config.h Mon Oct 07 00:27:21 2019 +0000
+++ b/external/bsd/byacc/include/config.h Mon Oct 07 02:56:33 2019 +0000
@@ -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 */
Home |
Main Index |
Thread Index |
Old Index