diff options
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 1622a64662b..1363519cc42 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -26,6 +26,7 @@ union tree_node; struct rtx_def; #endif +extern int read_integral_parameter PROTO ((char *, char *, int)); extern int count_error PROTO ((int)); extern void strip_off_ending PROTO ((char *, int)); extern void print_time PROTO ((const char *, int)); |