removed an unnecessary comment
authorKen Raeburn <raeburn@cygnus>
Wed, 15 Dec 1993 16:23:27 +0000 (16:23 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 15 Dec 1993 16:23:27 +0000 (16:23 +0000)
gas/read.c

index 1eaab259b9f9c149ba9a53b25e89e6104cfa50c4..6ccf40c4a80bc455018a008110f08657e1f6f925 100644 (file)
@@ -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;
This page took 0.026579 seconds and 4 git commands to generate.