From 6e36176ee3f04651030cfc6669e99f5b19934573 Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 15 May 2000 22:44:22 +0000 Subject: * 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 --- gcc/cpplib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/cpplib.h') 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 *)); -- cgit v1.2.1