|
|
@@ -135,6 +135,9 @@ void NCDConfigTokenizer_Tokenize (char *str, size_t left, NCDConfigTokenizer_out
|
|
|
else if (l = data_begins_with(str, left, "As")) {
|
|
|
token = NCD_TOKEN_AS;
|
|
|
}
|
|
|
+ else if (l = data_begins_with(str, left, "include_guard")) {
|
|
|
+ token = NCD_TOKEN_INCLUDE_GUARD;
|
|
|
+ }
|
|
|
else if (l = data_begins_with(str, left, "include")) {
|
|
|
token = NCD_TOKEN_INCLUDE;
|
|
|
}
|