aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
diff options
context:
space:
mode:
authorNeil Booth <neilb@earthling.net>2000-05-15 22:44:22 +0000
committerNeil Booth <neil@gcc.gnu.org>2000-05-15 22:44:22 +0000
commit41e8b1d7354eda1000077456decb2d146501eac7 (patch)
treefd225ba4e2690969afebfd05e915de6365aa5cc3 /gcc/cpplib.h
parente4c85816577edeef910cdd45a4405c564beba903 (diff)
downloadgcc-41e8b1d7354eda1000077456decb2d146501eac7.zip
gcc-41e8b1d7354eda1000077456decb2d146501eac7.tar.gz
gcc-41e8b1d7354eda1000077456decb2d146501eac7.tar.bz2
cpplex.c (parse_string2): Update comment.
* 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. From-SVN: r33915
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r--gcc/cpplib.h1
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 *));