diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-09 20:45:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-09 20:45:22 +0300 |
commit | f4f9bf74264143391a43bbdeea6dbfe6944b1ba5 (patch) | |
tree | 57a694d5511361065c8e2ff35af57c2daeebb61e /core/byacc | |
parent | ea33aa19e7eb8f0a983d27d463f44141c3b3cf68 (diff) | |
download | repository-f4f9bf74264143391a43bbdeea6dbfe6944b1ba5.tar.gz |
byacc: enable backtracking
Diffstat (limited to 'core/byacc')
-rwxr-xr-x | core/byacc/build | 1 | ||||
-rw-r--r-- | core/byacc/version | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/core/byacc/build b/core/byacc/build index cc21d9ed..8ed78043 100755 --- a/core/byacc/build +++ b/core/byacc/build @@ -4,6 +4,7 @@ export LDFLAGS="$LDFLAGS -static" ./configure \ --prefix=/usr \ + --enable-btyacc \ --program-transform='s/^/b/' make diff --git a/core/byacc/version b/core/byacc/version index 28e09ad5..6d46ee04 100644 --- a/core/byacc/version +++ b/core/byacc/version @@ -1 +1 @@ -20210802 1 +20210802 2 |