diff options
Diffstat (limited to 'output/outaout.mac')
-rw-r--r-- | output/outaout.mac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outaout.mac b/output/outaout.mac index cd23852d..5b7b3668 100644 --- a/output/outaout.mac +++ b/output/outaout.mac @@ -32,6 +32,6 @@ ;; -------------------------------------------------------------------------- OUT: aout aoutb -%define __SECT__ [section .text] -%macro __NASM_CDecl__ 1 +%define __?SECT?__ [section .text] +%macro __?NASM_CDecl?__ 1 %endmacro |