diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-23 14:33:04 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-05-23 14:33:04 -0400 |
commit | 55420ce980b3bfb3af8df55a12a0d20d2fa6354d (patch) | |
tree | d986cd17610df7a047d077ca0fa1ced0f4283835 /gcc/cpplib.c | |
parent | edc0a03c021c4536e8fdbf11f279ba3fe2b3d8f5 (diff) | |
download | gcc-55420ce980b3bfb3af8df55a12a0d20d2fa6354d.zip gcc-55420ce980b3bfb3af8df55a12a0d20d2fa6354d.tar.gz gcc-55420ce980b3bfb3af8df55a12a0d20d2fa6354d.tar.bz2 |
(initialize_builtins): Add missing parm to timestamp call.
From-SVN: r9778
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r-- | gcc/cpplib.c | 2 |
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)) |