diff options
Diffstat (limited to 'contrib/gcc/f/sts.h')
-rw-r--r-- | contrib/gcc/f/sts.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/contrib/gcc/f/sts.h b/contrib/gcc/f/sts.h index d2c2b6e..1432d41 100644 --- a/contrib/gcc/f/sts.h +++ b/contrib/gcc/f/sts.h @@ -1,6 +1,6 @@ /* sts.h -- Private #include File (module.h template V1.0) Copyright (C) 1995 Free Software Foundation, Inc. - Contributed by James Craig Burley (burley@gnu.org). + Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -60,14 +60,14 @@ struct _ffests_ void ffests_kill (ffests s); void ffests_new (ffests s, mallocPool pool, ffestsLength size); -void ffests_printf_1D (ffests s, char *ctl, long arg1); -void ffests_printf_1U (ffests s, char *ctl, unsigned long arg1); -void ffests_printf_1s (ffests s, char *ctl, char *arg1); -void ffests_printf_2Us (ffests s, char *ctl, unsigned long arg1, - char *arg2); +void ffests_printf_1D (ffests s, const char *ctl, long arg1); +void ffests_printf_1U (ffests s, const char *ctl, unsigned long arg1); +void ffests_printf_1s (ffests s, const char *ctl, const char *arg1); +void ffests_printf_2Us (ffests s, const char *ctl, unsigned long arg1, + const char *arg2); void ffests_putc (ffests s, char c); -void ffests_puts (ffests s, char *string); -void ffests_puttext (ffests s, char *text, ffestsLength length); +void ffests_puts (ffests s, const char *string); +void ffests_puttext (ffests s, const char *text, ffestsLength length); /* Define macros. */ |