summaryrefslogtreecommitdiff
path: root/macros.pl
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-04-30 21:04:43 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-04-30 21:04:43 +0000
commit785ec1d9738947b49c4deefb245ab4271b2a79f4 (patch)
treea955f5fb85c5139327fd41c08b536d0c7e6b0724 /macros.pl
parent090a2185739075cbfe4d98437343670ae1a74962 (diff)
downloadnasm-785ec1d9738947b49c4deefb245ab4271b2a79f4.tar.gz
NASM 0.98.18nasm-0.98.18
Diffstat (limited to 'macros.pl')
-rw-r--r--macros.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.pl b/macros.pl
index 1de90e7d..097cb712 100644
--- a/macros.pl
+++ b/macros.pl
@@ -18,7 +18,7 @@ open INPUT,$fname || die "unable to open $fname\n";
open OUTPUT,">macros.c" || die "unable to open macros.c\n";
print OUTPUT "/* This file auto-generated from standard.mac by macros.pl" .
- " - don't edit it */\n\nstatic char *stdmac[] = {\n";
+ " - don't edit it */\n\n#include <stddef.h>\n\nstatic char *stdmac[] = {\n";
while (<INPUT>) {
$line++;