Finishing touches on perfect hash tokenizer; actually turn the thing on
authorH. Peter Anvin <hpa@zytor.com>
Thu, 30 Aug 2007 22:35:34 +0000 (22:35 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 30 Aug 2007 22:35:34 +0000 (22:35 +0000)
commit74cc5e569c1c8bcdd886734e1ce4c2df741b5b07
tree65fdefada17611dfd77275edc131c2d2d79d6b10
parentb1dabe44acca3ff927c024bb7875605a5439346c
Finishing touches on perfect hash tokenizer; actually turn the thing on

Finish the perfect hash tokenizer, and actually enable it.

Move stdscan() et al to a separate file, since it's not needed in any
of the clients of nasmlib other than nasm itself.

Run make alldeps.
34 files changed:
Makefile.in
Mkfiles/Makefile.b32
Mkfiles/Makefile.bc3
Mkfiles/Makefile.bor
Mkfiles/Makefile.dcp
Mkfiles/Makefile.dj
Mkfiles/Makefile.djo
Mkfiles/Makefile.dl
Mkfiles/Makefile.dos
Mkfiles/Makefile.emx
Mkfiles/Makefile.lcc
Mkfiles/Makefile.ms7
Mkfiles/Makefile.os2
Mkfiles/Makefile.sc
Mkfiles/Makefile.scw
Mkfiles/Makefile.unx
Mkfiles/Makefile.vc
Mkfiles/Makefile.wc
Mkfiles/Makefile.wcd
Mkfiles/Makefile.wcw
nasm.c
nasmlib.c
nasmlib.h
output/outaout.c
output/outbin.c
output/outelf32.c
output/outelf64.c
output/outobj.c
parser.c
perllib/phash.ph
stdscan.c [new file with mode: 0644]
stdscan.h [new file with mode: 0644]
tokens.dat
tokhash.pl