summaryrefslogtreecommitdiff
path: root/output/outaout.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-08-30 22:35:34 +0000
committerH. Peter Anvin <hpa@zytor.com>2007-08-30 22:35:34 +0000
commit74cc5e569c1c8bcdd886734e1ce4c2df741b5b07 (patch)
tree65fdefada17611dfd77275edc131c2d2d79d6b10 /output/outaout.c
parentb1dabe44acca3ff927c024bb7875605a5439346c (diff)
downloadnasm-74cc5e569c1c8bcdd886734e1ce4c2df741b5b07.tar.gz
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.
Diffstat (limited to 'output/outaout.c')
-rw-r--r--output/outaout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/output/outaout.c b/output/outaout.c
index e046e0e2..d5358b4c 100644
--- a/output/outaout.c
+++ b/output/outaout.c
@@ -15,6 +15,7 @@
#include "nasm.h"
#include "nasmlib.h"
+#include "stdscan.h"
#include "outform.h"
#if defined OF_AOUT || defined OF_AOUTB