From: Dave Brolley Date: Wed, 15 Apr 1998 12:36:14 +0000 (+0000) Subject: com.c (init_parse): Now returns char* containing filename; X-Git-Tag: prereleases/egcs-1.1-prerelease~1692 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71b5e532651be5b2ac1fed0fad69b07c11072438;p=thirdparty%2Fgcc.git com.c (init_parse): Now returns char* containing filename; Tue Apr 14 15:51:37 1998 Dave Brolley * com.c (init_parse): Now returns char* containing filename; From-SVN: r19229 --- diff --git a/gcc/f/ChangeLog.egcs b/gcc/f/ChangeLog.egcs index ed25735ae1fc..7caac66191ac 100644 --- a/gcc/f/ChangeLog.egcs +++ b/gcc/f/ChangeLog.egcs @@ -1,3 +1,7 @@ +Tue Apr 14 15:51:37 1998 Dave Brolley + + * 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. diff --git a/gcc/f/com.c b/gcc/f/com.c index 1f58370ad8d9..1d6c0eab159b 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -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