From: Ken Raeburn Date: Wed, 15 Dec 1993 16:23:27 +0000 (+0000) Subject: removed an unnecessary comment X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=30d3a445c4447b2d721f9521c6dcffe1581980d1;p=deliverable%2Fbinutils-gdb.git removed an unnecessary comment --- diff --git a/gas/read.c b/gas/read.c index 1eaab259b9..6ccf40c4a8 100644 --- a/gas/read.c +++ b/gas/read.c @@ -1585,7 +1585,7 @@ cons (nbytes) input_line_pointer--; /* Put terminator back into stream. */ demand_empty_rest_of_line (); -} /* cons() */ +} /* Put the contents of expression EXP into the object file using NBYTES bytes. If need_pass_2 is 1, this does nothing. */ @@ -2547,7 +2547,7 @@ s_include (arg) strcpy (path, include_dirs[i]); strcat (path, "/"); strcat (path, filename); - if (0 != (try = fopen (path, "r"))) + if (0 != (try = fopen (path, FOPEN_RT))) { fclose (try); goto gotit;