mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
Add missing prototype in tokhash.c (from tokhash.pl)
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
c9f0447079
commit
2bbe917ede
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue