Fix autoconf.sh gperf key flags
When I added the SV/Verilog-AMS keywords I forgot to update the gperf keys in autoconf.sh. This patch makes them match the Makefile.
This commit is contained in:
parent
8d65d0735a
commit
09a7c63692
|
|
@ -10,4 +10,4 @@ echo "Autoconf in root..."
|
|||
autoconf -f
|
||||
|
||||
echo "Precompiling lexor_keyword.gperf"
|
||||
gperf -o -i 7 -C -k 1-4,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc
|
||||
gperf -o -i 7 -C -k 1-4,9,\$ -L ANSI-C -H keyword_hash -N check_identifier -t ./lexor_keyword.gperf > lexor_keyword.cc
|
||||
|
|
|
|||
Loading…
Reference in New Issue