From 09a7c636928c9692dfc05617c69acb822c708395 Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 4 Feb 2010 10:41:35 -0800 Subject: [PATCH] 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. --- autoconf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf.sh b/autoconf.sh index 2b5c3f319..bb7bb52a0 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -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