aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
diff options
context:
space:
mode:
authorno-author <no-author@gcc.gnu.org>2001-10-02 14:57:59 +0000
committerno-author <no-author@gcc.gnu.org>2001-10-02 14:57:59 +0000
commit32cfe6314cf9f51b681a7edd0c2857b78072f823 (patch)
treea17683d8a506e541383667f780dd0e8b4a74ea64 /gcc/cppinit.c
parent70ebf39225383a81d670a345add5c29ddc15dd01 (diff)
This commit was manufactured by cvs2svn to create branch
'pchmerge-branch'. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/pchmerge-branch@45961 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cppinit.c')
-rw-r--r--gcc/cppinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppinit.c b/gcc/cppinit.c
index d17dcac01c1..45d9b6aebd5 100644
--- a/gcc/cppinit.c
+++ b/gcc/cppinit.c
@@ -547,6 +547,7 @@ cpp_create_reader (table, lang)
s->n_defined = cpp_lookup (pfile, DSC("defined"));
s->n_true = cpp_lookup (pfile, DSC("true"));
s->n_false = cpp_lookup (pfile, DSC("false"));
+ s->n__Pragma = cpp_lookup (pfile, DSC("_Pragma"));
s->n__STRICT_ANSI__ = cpp_lookup (pfile, DSC("__STRICT_ANSI__"));
s->n__CHAR_UNSIGNED__ = cpp_lookup (pfile, DSC("__CHAR_UNSIGNED__"));
s->n__VA_ARGS__ = cpp_lookup (pfile, DSC("__VA_ARGS__"));
@@ -657,7 +658,6 @@ static const struct builtin builtin_array[] =
B("__BASE_FILE__", BT_BASE_FILE),
B("__LINE__", BT_SPECLINE),
B("__INCLUDE_LEVEL__", BT_INCLUDE_LEVEL),
- B("_Pragma", BT_PRAGMA),
X("__VERSION__", VERS),
X("__USER_LABEL_PREFIX__", ULP),