aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppexp.c')
-rw-r--r--gcc/cppexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cppexp.c b/gcc/cppexp.c
index 31b740f..e8ee20e 100644
--- a/gcc/cppexp.c
+++ b/gcc/cppexp.c
@@ -392,7 +392,7 @@ lex (pfile, skip_evaluation)
const cpp_token *tok;
retry:
- tok = cpp_get_token (pfile);
+ tok = _cpp_get_token (pfile);
switch (tok->type)
{