diff options
Diffstat (limited to 'output/outelf.c')
-rw-r--r-- | output/outelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outelf.c b/output/outelf.c index ddd87fe..2013dd4 100644 --- a/output/outelf.c +++ b/output/outelf.c @@ -1112,7 +1112,7 @@ static void elf_filename (char *inname, char *outname, efunc error) standard_extension (inname, outname, ".o", error); } -static char *elf_stdmac[] = { +const static char *elf_stdmac[] = { "%define __SECT__ [section .text]", "%macro __NASM_CDecl__ 1", "%define $_%1 $%1", |