From 418ca70d4e973cdd63195c266614acc45216b3f4 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 30 May 2008 10:42:30 -0700 Subject: 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. --- pptok.dat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pptok.dat') diff --git a/pptok.dat b/pptok.dat index 3836fd6..a70a2a1 100644 --- a/pptok.dat +++ b/pptok.dat @@ -17,6 +17,7 @@ %assign %clear %define +%depend %elif* %else %endif @@ -34,6 +35,7 @@ %line %local %macro +%pathsearch %pop %push %rep -- cgit v1.2.3