Commit ec066414 by Toon Moene Committed by Robert Lipe

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

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

From-SVN: r22225
parent 5bb1b569
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).
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment