diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-16 06:09:09 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-16 06:09:09 +0000 |
commit | cae8fa8120c70195f34a2456f18c4c848a2d3e0c (patch) | |
tree | f7d3a3ab9c32694206552e767626366f016f2062 /contrib/gcc/f/sts.h | |
parent | 84656b55b6e25e30322dc903a05de53706361d3d (diff) | |
download | FreeBSD-src-cae8fa8120c70195f34a2456f18c4c848a2d3e0c.zip FreeBSD-src-cae8fa8120c70195f34a2456f18c4c848a2d3e0c.tar.gz |
Virgin import of the GCC 2.95.1 compilers
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. */ |