No longer allow the #data directive
This commit is contained in:
parent
12c82d3c3c
commit
7519bff6ec
|
@ -144,7 +144,7 @@ static const size_t _cpp_operators_cnt = sizeof(_cpp_operators)
|
|||
/* directives */
|
||||
static const char * _cpp_directives[] =
|
||||
{
|
||||
"data", "define", "elif", "else", "endif", "error", "if", "ifdef",
|
||||
"", "define", "elif", "else", "endif", "error", "if", "ifdef",
|
||||
"ifndef", "include", "pragma", "undef", "warning", NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user