summaryrefslogtreecommitdiff
path: root/standard.mac
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-02 18:11:49 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-02 18:11:49 -0700
commit0b826ac316c4d41a25f22a58535326a1d303d59b (patch)
treed636ad2b53b1704de3db1888117a6073a9d98326 /standard.mac
parent11dfa1a5a5f3bf080b6150a2d318e337a741839b (diff)
downloadnasm-0b826ac316c4d41a25f22a58535326a1d303d59b.tar.gz
nasm-0b826ac316c4d41a25f22a58535326a1d303d59b.tar.bz2
nasm-0b826ac316c4d41a25f22a58535326a1d303d59b.zip
standard.mac: use anonymous contexts
Use anonymous %push instead of giving a context name.
Diffstat (limited to 'standard.mac')
-rw-r--r--standard.mac6
1 files changed, 3 insertions, 3 deletions
diff --git a/standard.mac b/standard.mac
index 7cfd4db..b87e58c 100644
--- a/standard.mac
+++ b/standard.mac
@@ -40,7 +40,7 @@
%endmacro
%imacro struc 1.nolist
-%push struc
+%push
%define %$strucname %1
[absolute 0]
%$strucname: ; allow definition of `.member' to work sanely
@@ -52,7 +52,7 @@ __SECT__
%endmacro
%imacro istruc 1.nolist
-%push istruc
+%push
%define %$strucname %1
%$strucstart:
%endmacro
@@ -144,7 +144,7 @@ __SECT__
%endmacro
%imacro incbin 1-2+.nolist 0
-%push incbin
+%push
%pathsearch %$dep %1
%depend %$dep
%? %$dep,%2