From 7519bff6ec9f2bc12ba5884efa515fd8b0370556 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 1 Aug 2009 18:24:29 +0000 Subject: [PATCH] No longer allow the #data directive --- src/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser.c b/src/parser.c index 8a95063..0e1cc17 100644 --- a/src/parser.c +++ b/src/parser.c @@ -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 };