aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-06-29 21:48:22 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-06-29 21:59:59 +0300
commitb21e05a2e32e36ae9cc9826acf98084ca4b52d7d (patch)
tree20d654fb0156f50e150944fc8108a3cada8ca6ec /build
parent0cf48e974f5542c3e65398c01b9b6baf8aa6c260 (diff)
downloadydb-b21e05a2e32e36ae9cc9826acf98084ca4b52d7d.tar.gz
Update contrib/tools/bison to 3.3.2
6215035f251de2d87363064fb4f07a2b14a3b4c8
Diffstat (limited to 'build')
-rw-r--r--build/conf/bison_lex.conf24
1 files changed, 12 insertions, 12 deletions
diff --git a/build/conf/bison_lex.conf b/build/conf/bison_lex.conf
index 641871bf62..5e3a5418f6 100644
--- a/build/conf/bison_lex.conf
+++ b/build/conf/bison_lex.conf
@@ -8,20 +8,20 @@ BISON_FLAGS=-v
_BISON_DATA_DIR=contrib/tools/bison/data
_CPP_BISON_SKELS=\
- ${_BISON_DATA_DIR}/bison.m4 \
- ${_BISON_DATA_DIR}/c++-skel.m4 \
- ${_BISON_DATA_DIR}/c++.m4 \
- ${_BISON_DATA_DIR}/c-like.m4 \
- ${_BISON_DATA_DIR}/c-skel.m4 \
- ${_BISON_DATA_DIR}/c.m4 \
- ${_BISON_DATA_DIR}/glr.cc \
- ${_BISON_DATA_DIR}/lalr1.cc \
- ${_BISON_DATA_DIR}/location.cc \
${_BISON_DATA_DIR}/m4sugar/foreach.m4 \
${_BISON_DATA_DIR}/m4sugar/m4sugar.m4 \
- ${_BISON_DATA_DIR}/stack.hh \
- ${_BISON_DATA_DIR}/variant.hh \
- ${_BISON_DATA_DIR}/yacc.c \
+ ${_BISON_DATA_DIR}/skeletons/bison.m4 \
+ ${_BISON_DATA_DIR}/skeletons/c++-skel.m4 \
+ ${_BISON_DATA_DIR}/skeletons/c++.m4 \
+ ${_BISON_DATA_DIR}/skeletons/c-like.m4 \
+ ${_BISON_DATA_DIR}/skeletons/c-skel.m4 \
+ ${_BISON_DATA_DIR}/skeletons/c.m4 \
+ ${_BISON_DATA_DIR}/skeletons/glr.cc \
+ ${_BISON_DATA_DIR}/skeletons/lalr1.cc \
+ ${_BISON_DATA_DIR}/skeletons/location.cc \
+ ${_BISON_DATA_DIR}/skeletons/stack.hh \
+ ${_BISON_DATA_DIR}/skeletons/variant.hh \
+ ${_BISON_DATA_DIR}/skeletons/yacc.c \
_BISON_GEN_EXT=.cpp
_FLEX_GEN_EXT=.cpp