From ec066414f096d61dc99440804958dfac2645137b Mon Sep 17 00:00:00 2001 From: Toon Moene Date: Thu, 3 Sep 1998 22:22:48 +0200 Subject: [PATCH] From Toon Moene * config/nextstep.c (handle_pragma): Correct name of third argument. From-SVN: r22225 --- gcc/ChangeLog | 5 +++++ gcc/config/nextstep.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2c025c6fd51..ed5f401acc9 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 bdf13355392..1c658fb1171 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; -- 2.30.2