standard.mac: use anonymous contexts
authorH. Peter Anvin <hpa@zytor.com>
Thu, 3 Jul 2008 01:11:49 +0000 (18:11 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 3 Jul 2008 01:11:49 +0000 (18:11 -0700)
Use anonymous %push instead of giving a context name.

standard.mac

index 7cfd4db..b87e58c 100644 (file)
@@ -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