aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/com.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/com.h')
-rw-r--r--gcc/f/com.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/com.h b/gcc/f/com.h
index b5e7714..b0f1119 100644
--- a/gcc/f/com.h
+++ b/gcc/f/com.h
@@ -306,8 +306,8 @@ tree ffecom_expr_w (tree type, ffebld expr);
void ffecom_finish_compile (void);
void ffecom_finish_decl (tree decl, tree init, bool is_top_level);
void ffecom_finish_progunit (void);
-tree ffecom_get_invented_identifier (const char *pattern, const char *text,
- int number);
+tree ffecom_get_invented_identifier (const char *pattern, ...)
+ ATTRIBUTE_PRINTF_1;
ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
void ffecom_init_0 (void);