summaryrefslogtreecommitdiff
path: root/pkg/byacc/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-12-09 00:07:05 -0800
committerMichael Forney <mforney@mforney.org>2019-12-09 01:19:17 -0800
commita7ab09a771c139d9bbba05ea13362f0554be1259 (patch)
tree20e37df65c60f906e74e83ecf747ec38a5acf6fa /pkg/byacc/gen.lua
parent531fe78ef9f5ce91050b5ef18ad913fa682d2986 (diff)
byacc: Update to 20191125
Diffstat (limited to 'pkg/byacc/gen.lua')
-rw-r--r--pkg/byacc/gen.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/byacc/gen.lua b/pkg/byacc/gen.lua
index f882bf45..35fcda52 100644
--- a/pkg/byacc/gen.lua
+++ b/pkg/byacc/gen.lua
@@ -1,7 +1,7 @@
cflags{
'-Wall', '-pedantic',
'-D HAVE_CONFIG_H',
- '-D YYPATCH=20191119',
+ '-D YYPATCH=20191125',
'-I $dir',
}