diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 11:04:07 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 11:04:07 -0700 |
commit | 1b4efa816fa659f76512c54436b59db75ef3b074 (patch) | |
tree | 0f7f69bcfc0e61c5e7abe6b263d5634b3827c287 /standard.mac | |
parent | fd59e0c63c9191e093b7276d122bac9b6d6e8b3a (diff) | |
download | nasm-1b4efa816fa659f76512c54436b59db75ef3b074.tar.gz nasm-1b4efa816fa659f76512c54436b59db75ef3b074.tar.bz2 nasm-1b4efa816fa659f76512c54436b59db75ef3b074.zip |
incbin definition: use %?
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 23dcb54..dddcf60 100644 --- a/standard.mac +++ b/standard.mac @@ -146,6 +146,6 @@ __SECT__ %push _incbin %pathsearch %$dep %1 %depend %$dep - incbin %$dep,%2 + %? %$dep,%2 %pop %endmacro |