summaryrefslogtreecommitdiff
path: root/output/outobj.mac
diff options
context:
space:
mode:
Diffstat (limited to 'output/outobj.mac')
-rw-r--r--output/outobj.mac4
1 files changed, 2 insertions, 2 deletions
diff --git a/output/outobj.mac b/output/outobj.mac
index a5da833e..09158f23 100644
--- a/output/outobj.mac
+++ b/output/outobj.mac
@@ -32,7 +32,7 @@
;; --------------------------------------------------------------------------
OUT: obj
-%define __SECT__ [section .text]
+%define __?SECT?__ [section .text]
%imacro group 1+.nolist
[group %1]
%endmacro
@@ -45,5 +45,5 @@ OUT: obj
%imacro import 1+.nolist
[import %1]
%endmacro
-%macro __NASM_CDecl__ 1
+%macro __?NASM_CDecl?__ 1
%endmacro