]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
From Toon Moene <toon@moene.indiv.nluug.nl>
authorToon Moene <toon@moene.indiv.nluug.nl>
Thu, 3 Sep 1998 20:22:48 +0000 (22:22 +0200)
committerRobert Lipe <robertl@gcc.gnu.org>
Thu, 3 Sep 1998 20:22:48 +0000 (20:22 +0000)
        * config/nextstep.c (handle_pragma): Correct name of third
        argument.

From-SVN: r22225

gcc/ChangeLog
gcc/config/nextstep.c

index 2c025c6fd51dd7e34f0c801237e330c599240419..ed5f401acc9a3d73fc56eaa604e7e56f7842cab4 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep  3 13:34:41 1998  Toon Moene  <toon@moene.indiv.nluug.nl>
+
+       * config/nextstep.c (handle_pragma): Correct name of third
+       argument.
+
 Tue Sep  1 11:30:33 1998  Nick Clifton  <nickc@cygnus.com>
 
        * config/m32r/m32r.md: Change (reg:CC 17) to (reg:SI 17).
index bdf13355392bdcc49e6d6bcc63841f4b4732a27f..1c658fb1171e6c8724ff6e3e0a02e84dfd0a34b1 100644 (file)
@@ -45,7 +45,7 @@ extern char *get_directive_line ();
    The result is 1 if the pragma was handled.  */
 
 int
-handle_pragma (p_getc, p_ungetc, name)
+handle_pragma (p_getc, p_ungetc, pname)
      int (*  p_getc) PROTO ((void));
      void (* p_ungetc) PROTO ((int));
      char * pname;