aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppfiles.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r--gcc/cppfiles.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c
index c5fb4b65801..e1ca6a64a09 100644
--- a/gcc/cppfiles.c
+++ b/gcc/cppfiles.c
@@ -352,11 +352,11 @@ stack_include_file (pfile, inc)
inc->fd = -1;
return false;
#if 0
- fp = cpp_push_buffer (pfile, (unsigned char *)"", 0, 0, inc->nominal_fname);
+ fp = cpp_push_buffer (pfile, (unsigned char *)"", 0, 0, inc->name);
#else
-// fp = cpp_push_buffer (pfile, (unsigned char *)"", 0, 0, 0);
+ fp = cpp_push_buffer (pfile, (unsigned char *)"", 0, 0, 0);
#endif
- // fp->rlimit = fp->buf;
+ fp->rlimit = fp->buf;
}
else
{