diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 10:42:30 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 10:42:30 -0700 |
commit | 418ca70d4e973cdd63195c266614acc45216b3f4 (patch) | |
tree | 0625a5438b7c932421203f14ffd2577c8b414d11 /pptok.dat | |
parent | 5ff39dc78d06991d4161698cfbd7b6084af4fb37 (diff) | |
download | nasm-418ca70d4e973cdd63195c266614acc45216b3f4.tar.gz nasm-418ca70d4e973cdd63195c266614acc45216b3f4.tar.bz2 nasm-418ca70d4e973cdd63195c266614acc45216b3f4.zip |
Introduce %depend and %pathsearch, and make incbin a macro
Introduce new preprocessor directives %depend and %pathsearch, and
make incbin a standard macro using these filenames. This lets us
remove the code that makes incbin search the path.
Diffstat (limited to 'pptok.dat')
-rw-r--r-- | pptok.dat | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ %assign %clear %define +%depend %elif* %else %endif @@ -34,6 +35,7 @@ %line %local %macro +%pathsearch %pop %push %rep |