From 0a7a3b459cbf908404e3d3d80f15dad6b1c62e79 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 14 May 2002 23:54:46 +0000 Subject: Change "const static" -> "static const" to keep gcc happy --- macros.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros.pl') diff --git a/macros.pl b/macros.pl index a0fc97ef..38168cf8 100644 --- a/macros.pl +++ b/macros.pl @@ -19,7 +19,7 @@ undef $tasm_count; 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\n#include \n\nconst static char *stdmac[] = {\n"; +" - don't edit it */\n\n#include \n\nstatic const char *stdmac[] = {\n"; foreach $fname ( @ARGV ) { open INPUT,$fname || die "unable to open $fname\n"; -- cgit v1.2.1