From 74cc5e569c1c8bcdd886734e1ce4c2df741b5b07 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 30 Aug 2007 22:35:34 +0000 Subject: 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. --- parser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'parser.c') diff --git a/parser.c b/parser.c index e90f35d5..7e99ba4c 100644 --- a/parser.c +++ b/parser.c @@ -18,6 +18,7 @@ #include "nasm.h" #include "insns.h" #include "nasmlib.h" +#include "stdscan.h" #include "parser.h" #include "float.h" -- cgit v1.2.1