summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/sts.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/sts.h')
-rw-r--r--contrib/gcc/f/sts.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/contrib/gcc/f/sts.h b/contrib/gcc/f/sts.h
index 1432d41..3ca494d 100644
--- a/contrib/gcc/f/sts.h
+++ b/contrib/gcc/f/sts.h
@@ -27,8 +27,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
/* Allow multiple inclusion to work. */
-#ifndef _H_f_sts
-#define _H_f_sts
+#ifndef GCC_F_STS_H
+#define GCC_F_STS_H
/* Simple definitions and enumerations. */
@@ -60,11 +60,7 @@ struct _ffests_
void ffests_kill (ffests s);
void ffests_new (ffests s, mallocPool pool, ffestsLength size);
-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_printf (ffests s, const char *ctl, ...) ATTRIBUTE_PRINTF_2;
void ffests_putc (ffests s, char c);
void ffests_puts (ffests s, const char *string);
void ffests_puttext (ffests s, const char *text, ffestsLength length);
@@ -86,4 +82,4 @@ void ffests_puttext (ffests s, const char *text, ffestsLength length);
/* End of #include file. */
-#endif
+#endif /* ! GCC_F_STS_H */
OpenPOWER on IntegriCloud