diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-15 22:44:22 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-05-15 22:44:22 +0000 |
commit | 6e36176ee3f04651030cfc6669e99f5b19934573 (patch) | |
tree | fd225ba4e2690969afebfd05e915de6365aa5cc3 /gcc/cpplib.h | |
parent | 3a941ad50c33ed075aa8aa869a01b28eae269eac (diff) | |
download | gcc-6e36176ee3f04651030cfc6669e99f5b19934573.tar.gz |
* cpplex.c (parse_string2): Update comment.
(cpp_lex_line): No special assertion treatment for '('.
* cpplib.c (DIRECTIVE_TABLE): Remove SYNTAX_ASSERT.
* cpplib.h (SYNTAX_ASSERT): Remove.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33915 138bc75d-0d04-0410-961f-82ee72b054a4
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 7a09252a5d6..a538887f7c9 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 *)); |