No longer allow the #data directive

This commit is contained in:
Pierre Pronchery 2009-08-01 18:24:29 +00:00
parent 12c82d3c3c
commit 7519bff6ec

View File

@ -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
};