aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.0/libcpp/directives.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.0/libcpp/directives.c')
-rw-r--r--gcc-4.4.0/libcpp/directives.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.4.0/libcpp/directives.c b/gcc-4.4.0/libcpp/directives.c
index ca7d052fa..ec976bfd1 100644
--- a/gcc-4.4.0/libcpp/directives.c
+++ b/gcc-4.4.0/libcpp/directives.c
@@ -150,11 +150,11 @@ D(error, T_ERROR, STDC89, 0) /* 475 */ \
D(pragma, T_PRAGMA, STDC89, IN_I) /* 195 */ \
D(warning, T_WARNING, EXTENSION, 0) /* 22 */ \
D(include_next, T_INCLUDE_NEXT, EXTENSION, INCL | EXPAND) /* 19 */ \
-D(ident, T_IDENT, EXTENSION, IN_I | DEPRECATED) /* 11 */ \
+D(ident, T_IDENT, EXTENSION, IN_I) /* 11 */ \
D(import, T_IMPORT, EXTENSION, INCL | EXPAND) /* 0 ObjC */ \
D(assert, T_ASSERT, EXTENSION, DEPRECATED) /* 0 SVR4 */ \
D(unassert, T_UNASSERT, EXTENSION, DEPRECATED) /* 0 SVR4 */ \
-D(sccs, T_SCCS, EXTENSION, IN_I | DEPRECATED) /* 0 SVR4? */
+D(sccs, T_SCCS, EXTENSION, IN_I) /* 0 SVR4? */
/* #sccs is synonymous with #ident. */
#define do_sccs do_ident