Commit 71b5e532 by Dave Brolley Committed by Dave Brolley

com.c (init_parse): Now returns char* containing filename;

Tue Apr 14 15:51:37 1998  Dave Brolley  <brolley@cygnus.com>
	* com.c (init_parse): Now returns char* containing filename;

From-SVN: r19229
parent a755ad1c
Tue Apr 14 15:51:37 1998 Dave Brolley <brolley@cygnus.com>
* com.c (init_parse): Now returns char* containing filename;
Thu Apr 9 00:18:44 1998 Dave Brolley (brolley@cygnus.com)
* com.c (finput): New variable.
......
......@@ -14797,7 +14797,7 @@ init_decl_processing ()
ffe_init_0 ();
}
void
char *
init_parse (filename)
char *filename;
{
......@@ -14826,6 +14826,8 @@ init_parse (filename)
#if BUILT_FOR_270
print_error_function = lang_print_error_function;
#endif
return filename;
}
void
......
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