aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
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.c
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.c')
-rw-r--r--gcc/cpplib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index 457cc21..c4b6aa4 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -114,8 +114,8 @@ D(warning, T_WARNING, EXTENSION) /* 22 GNU */ \
D(include_next, T_INCLUDE_NEXT, EXTENSION | SYNTAX_INCLUDE) /* 19 GNU */ \
D(ident, T_IDENT, EXTENSION) /* 11 SVR4 */ \
D(import, T_IMPORT, EXTENSION | SYNTAX_INCLUDE) /* 0 ObjC */ \
-D(assert, T_ASSERT, EXTENSION | SYNTAX_ASSERT) /* 0 SVR4 */ \
-D(unassert, T_UNASSERT, EXTENSION | SYNTAX_ASSERT) /* 0 SVR4 */ \
+D(assert, T_ASSERT, EXTENSION) /* 0 SVR4 */ \
+D(unassert, T_UNASSERT, EXTENSION) /* 0 SVR4 */ \
SCCS_ENTRY
/* Use the table to generate a series of prototypes, an enum for the