]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[745-produce-grammars-from-bison-files] Added NULL token 745-produce-grammars-from-bison-files
authorFrancis Dupont <fdupont@isc.org>
Tue, 23 Jul 2019 10:47:58 +0000 (12:47 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 23 Jul 2019 10:47:58 +0000 (12:47 +0200)
src/lib/eval/location.hh
src/lib/eval/position.hh
src/lib/eval/stack.hh
tools/extract_bnf.sh.in

index 135200f062cd03ec4d9a117d4020b8249389e68b..cf3341af9be3532243bd9228321219d8b082fd94 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 201906181714
 // A Bison parser, made by GNU Bison 3.4.1.
 
 // Locations for Bison parsers in C++
index 160393c15e766e1433b659a275e92604cf82588e..c1280f1a347f04673eec0c941db19fe333a28d04 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 201906181714
 // A Bison parser, made by GNU Bison 3.4.1.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index 958da53ee1e4681c6d6548a82d300c34a602564b..0f7aafe5290020a3e768189165049d4f8a4cc490 100644 (file)
@@ -1,4 +1,3 @@
-// Generated 201906181714
 // A Bison parser, made by GNU Bison 3.4.1.
 
 // Starting with Bison 3.2, this file is useless: the structure it
index e69fba56fbfd5fe4a4cbc8d84bbc9e5d8a868c32..d4f6c97a8653c9ee6eef1f92e709d34b97f99559 100755 (executable)
@@ -48,6 +48,7 @@ cat $output |\
 @AWK@ '// { gsub("\"integer\"", "INTEGER"); print }' |\
 @AWK@ '// { gsub("\"floating point\"", "FLOAT"); print }' |\
 @AWK@ '// { gsub("\"boolean\"", "BOOLEAN"); print }' |\
+@AWK@ '// { gsub("\"null\"", "NULL"); print }' |\
 @AWK@ '// { gsub("\"constant hexstring\"", "HEXSTRING"); print }' |\
 @AWK@ '// { gsub("\"option name\"", "OPTION_NAME"); print }' |\
 @AWK@ '// { gsub("\"ip address\"", "IP_ADDRESS"); print }' |\