From Toon Moene <toon@moene.indiv.nluug.nl>

* config/nextstep.c (handle_pragma): Correct name of third
        argument.

From-SVN: r22225
This commit is contained in:
Toon Moene 1998-09-03 22:22:48 +02:00 committed by Robert Lipe
parent 5bb1b56949
commit ec066414f0
2 changed files with 6 additions and 1 deletions

View 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).

View 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;