mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-24 11:24:05 +08:00
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:
parent
5bb1b56949
commit
ec066414f0
@ -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).
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user