diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-07-02 18:11:49 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-02 18:11:49 -0700 |
commit | 0b826ac316c4d41a25f22a58535326a1d303d59b (patch) | |
tree | d636ad2b53b1704de3db1888117a6073a9d98326 /standard.mac | |
parent | 11dfa1a5a5f3bf080b6150a2d318e337a741839b (diff) | |
download | nasm-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.mac | 6 |
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 |