From 71b5e532651be5b2ac1fed0fad69b07c11072438 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Wed, 15 Apr 1998 12:36:14 +0000 Subject: [PATCH] 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 --- gcc/f/ChangeLog.egcs | 4 ++++ gcc/f/com.c | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gcc/f/ChangeLog.egcs b/gcc/f/ChangeLog.egcs index ed25735ae1f..7caac66191a 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 1f58370ad8d..1d6c0eab159 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