diff options
author | Toon Moene <toon@moene.indiv.nluug.nl> | 1998-09-03 22:22:48 +0200 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-09-03 20:22:48 +0000 |
commit | ec066414f096d61dc99440804958dfac2645137b (patch) | |
tree | c071b6650983b5d5f42bfb282fe829f142255baf /gcc/config/nextstep.c | |
parent | 5bb1b56949670af2cbbdc4b6d769978515a979cb (diff) | |
download | gcc-ec066414f096d61dc99440804958dfac2645137b.zip gcc-ec066414f096d61dc99440804958dfac2645137b.tar.gz gcc-ec066414f096d61dc99440804958dfac2645137b.tar.bz2 |
From Toon Moene <toon@moene.indiv.nluug.nl>
* config/nextstep.c (handle_pragma): Correct name of third
argument.
From-SVN: r22225
Diffstat (limited to 'gcc/config/nextstep.c')
-rw-r--r-- | gcc/config/nextstep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/nextstep.c b/gcc/config/nextstep.c index bdf1335..1c658fb 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; |