commit 2347b50

hovercats  ·  2024-04-11 07:29:03 +0000 UTC
parent 6fb3e73
byacc: enable btyacc
2 files changed,  +2, -2
+1, -1
1@@ -32,6 +32,6 @@
2 /* #undef USE_DBMALLOC */
3 /* #undef USE_DMALLOC */
4 /* #undef USE_VALGRIND */
5-/* #undef YYBTYACC */
6+#define YYBTYACC 1
7 /* #undef YY_NO_LEAKS */
8 /* #undef mode_t */
+1, -1
1@@ -1 +1 @@
2-20240109 r0
3+20240109 r1