aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplib.c b/gcc/cpplib.c
index 989c64d..7e4aea4 100644
--- a/gcc/cpplib.c
+++ b/gcc/cpplib.c
@@ -2530,7 +2530,7 @@ initialize_builtins (pfile)
{
char directive[2048];
register struct directive *dp = &directive_table[0];
- struct tm *timebuf = timestamp ();
+ struct tm *timebuf = timestamp (pfile);
cpp_buffer *pbuffer = CPP_BUFFER (pfile);
while (CPP_PREV_BUFFER (pbuffer))