diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 7a09252..a538887 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -191,7 +191,6 @@ struct cpp_token /* Directive flags. */ #define SYNTAX_INCLUDE (1 << 8) -#define SYNTAX_ASSERT (1 << 9) typedef int (*directive_handler) PARAMS ((cpp_reader *)); |