lexer: Add token for '#ifndef' directive
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
@@ -57,6 +57,7 @@ static const char *toktab[] = {
|
||||
[TT_EXTERN] = qtok(".extern"),
|
||||
[TT_DEFINE] = qtok("#define"),
|
||||
[TT_IFDEF] = qtok("#ifdef"),
|
||||
[TT_IFNDEF] = qtok("#ifndef"),
|
||||
[TT_ENDIF] = qtok("#endif")
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user