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. --- nasm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nasm.c') diff --git a/nasm.c b/nasm.c index 479a3f3..161a216 100644 --- a/nasm.c +++ b/nasm.c @@ -15,6 +15,7 @@ #include "nasm.h" #include "nasmlib.h" +#include "stdscan.h" #include "insns.h" #include "preproc.h" #include "parser.h" @@ -311,7 +312,7 @@ int main(int argc, char **argv) raa_free(offsets); saa_free(forwrefs); eval_cleanup(); - nasmlib_cleanup(); + stdscan_cleanup(); if (terminate_after_phase) return 1; -- cgit v1.2.3