diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 11:31:35 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 11:31:35 -0700 |
commit | 1d19fbf537c60831f1ef277addaec806dc05272d (patch) | |
tree | 67944258dc081c28afdca5383347137b3255e9b6 /standard.mac | |
parent | 6353a6c524fb23715e54b07872a496c2e3905a06 (diff) | |
download | nasm-1d19fbf537c60831f1ef277addaec806dc05272d.tar.gz nasm-1d19fbf537c60831f1ef277addaec806dc05272d.tar.bz2 nasm-1d19fbf537c60831f1ef277addaec806dc05272d.zip |
incbin: use the macro name itself as context name
Use the macro name itself as the context name, this is consistent with
other standard macros.
Diffstat (limited to 'standard.mac')
-rw-r--r-- | standard.mac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standard.mac b/standard.mac index 7beaa6d..7cfd4db 100644 --- a/standard.mac +++ b/standard.mac @@ -144,7 +144,7 @@ __SECT__ %endmacro %imacro incbin 1-2+.nolist 0 -%push _incbin +%push incbin %pathsearch %$dep %1 %depend %$dep %? %$dep,%2 |