summaryrefslogtreecommitdiff
path: root/gcc/c-pch.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-26 22:31:12 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-11-26 22:31:12 +0000
commitb5d533bbb765ddec5a4b0e712b83ed5a3a5d665a (patch)
tree5703faf1ece630500fe3307d28bde4060c47e721 /gcc/c-pch.c
parent4df6b6e5554bcacf9c3eb681aabb51820c33a9f9 (diff)
downloadgcc-b5d533bbb765ddec5a4b0e712b83ed5a3a5d665a.tar.gz
* c-lex.c (pragma_lex): Rename from c_lex.
* c-pch.c: Update for pragma_lex rename. * c-pragma.c, c-pragma.h, config/ia64/ia64-c.c: Likewise. * config/m32c/m32c-pragma.c, config/darwin-c.c: Likewise. * config/rs6000/rs6000-c.c, config/c4x/c4x-c.c: Likewise. * config/sol2-c.c, config/v850/v850-c.c: Likewise. * doc/tm.texi: Likewise. cp/ * lex.c: Update for pragma_lex rename. * parser.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107544 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pch.c')
-rw-r--r--gcc/c-pch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pch.c b/gcc/c-pch.c
index d066b657b08..dd7e5e7940a 100644
--- a/gcc/c-pch.c
+++ b/gcc/c-pch.c
@@ -447,7 +447,7 @@ c_common_pch_pragma (cpp_reader *pfile)
const char *name;
int fd;
- if (c_lex (&name_t) != CPP_STRING)
+ if (pragma_lex (&name_t) != CPP_STRING)
{
error ("malformed #pragma GCC pch_preprocess, ignored");
return;