From 785ec1d9738947b49c4deefb245ab4271b2a79f4 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 30 Apr 2002 21:04:43 +0000 Subject: NASM 0.98.18 --- macros.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros.pl') 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 \n\nstatic char *stdmac[] = {\n"; while () { $line++; -- cgit v1.2.1