Minor performance boost for gperf keyword table.

This commit is contained in:
steve 2000-03-21 05:08:32 +00:00
parent 3265f3f63a
commit 649ce73047
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: Makefile.in,v 1.39 2000/03/16 19:03:03 steve Exp $"
#ident "$Id: Makefile.in,v 1.40 2000/03/21 05:08:32 steve Exp $"
#
#
SHELL = /bin/sh
@ -122,7 +122,7 @@ lexor.cc: $(srcdir)/lexor.lex
lexor_keyword.o dep/lexor_keyword.d: lexor_keyword.cc
lexor_keyword.cc: lexor_keyword.gperf
gperf -o -i 1 -C -k 1-3,$$ -L ANSI-C -H keyword_hash -N check_identifier -t lexor_keyword.gperf > lexor_keyword.cc
gperf -o -i 7 -C -k 1-3,$$ -L ANSI-C -H keyword_hash -N check_identifier -t lexor_keyword.gperf > lexor_keyword.cc
install: all installdirs $(bindir)/verilog $(bindir)/gverilog $(libdir)/ivl/ivl $(mandir)/man1/verilog.1