From: Toon Moene Date: Thu, 3 Sep 1998 20:22:48 +0000 (+0200) Subject: From Toon Moene X-Git-Tag: prereleases/libgcj-0.1~3220 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec066414f096d61dc99440804958dfac2645137b;p=thirdparty%2Fgcc.git From Toon Moene * config/nextstep.c (handle_pragma): Correct name of third argument. From-SVN: r22225 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2c025c6fd51d..ed5f401acc9a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 3 13:34:41 1998 Toon Moene + + * config/nextstep.c (handle_pragma): Correct name of third + argument. + Tue Sep 1 11:30:33 1998 Nick Clifton * config/m32r/m32r.md: Change (reg:CC 17) to (reg:SI 17). diff --git a/gcc/config/nextstep.c b/gcc/config/nextstep.c index bdf13355392b..1c658fb1171e 100644 --- a/gcc/config/nextstep.c +++ b/gcc/config/nextstep.c @@ -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;