summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-11-25 12:10:53 -0800
committerH. Peter Anvin <hpa@zytor.com>2014-11-25 12:14:52 -0800
commit2bbe917ede194f89caca7ed9c1ed00a950c7b9c0 (patch)
tree32fa004e367a76c60ec6a4531290bb1849a96b8b
parentc9f04470794f9085ae4bd18a40c48e14202ad420 (diff)
downloadnasm-2bbe917ede194f89caca7ed9c1ed00a950c7b9c0.tar.gz
Add missing prototype in tokhash.c (from tokhash.pl)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rwxr-xr-xtokhash.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tokhash.pl b/tokhash.pl
index 60bd258e..509520bb 100755
--- a/tokhash.pl
+++ b/tokhash.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
## --------------------------------------------------------------------------
##
-## Copyright 1996-2009 The NASM Authors - All Rights Reserved
+## Copyright 1996-2014 The NASM Authors - All Rights Reserved
## See the file AUTHORS included with the NASM distribution for
## the specific copyright holders.
##
@@ -211,6 +211,7 @@ if ($output eq 'h') {
print "#include \"nasm.h\"\n";
print "#include \"hashtbl.h\"\n";
print "#include \"insns.h\"\n";
+ print "#include \"stdscan.h\"\n";
print "\n";
# These somewhat odd sizes and ordering thereof are due to the