From 88a049aca1f4e1ce8a072d0f1757a4de1dfb0608 Mon Sep 17 00:00:00 2001 From: Stanislav Karchebny Date: Wed, 24 Sep 2003 10:30:56 +0000 Subject: Added _NASM_FORMAT_ macro --- output/outaout.c | 1 + 1 file changed, 1 insertion(+) (limited to 'output/outaout.c') diff --git a/output/outaout.c b/output/outaout.c index 24e2b58..495e9ac 100644 --- a/output/outaout.c +++ b/output/outaout.c @@ -877,6 +877,7 @@ static void aout_filename (char *inname, char *outname, efunc error) static const char *aout_stdmac[] = { "%define __SECT__ [section .text]", + "%define _NASM_FORMAT_ 'aout'", "%macro __NASM_CDecl__ 1", "%endmacro", NULL -- cgit v1.2.3