Commit 55420ce9 by Richard Kenner

(initialize_builtins): Add missing parm to timestamp call.

From-SVN: r9778
parent edc0a03c
......@@ -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))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment