#include_next support (Bernhard Fischer)

This commit is contained in:
bellard
2005-04-10 22:18:53 +00:00
parent 9825011ced
commit 8f2d519203
2 changed files with 14 additions and 4 deletions

View File

@ -64,6 +64,7 @@
/* preprocessor only */
DEF(TOK_DEFINE, "define")
DEF(TOK_INCLUDE, "include")
DEF(TOK_INCLUDE_NEXT, "include_next")
DEF(TOK_IFDEF, "ifdef")
DEF(TOK_IFNDEF, "ifndef")
DEF(TOK_ELIF, "elif")