diff options
Diffstat (limited to 'gcc/scan.h')
-rw-r--r-- | gcc/scan.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,7 +60,8 @@ extern int scan_ident _PARAMS((FILE *, sstring *, int)); extern int scan_string _PARAMS((FILE *, sstring *, int)); extern int read_upto _PARAMS((FILE *, sstring *, int)); extern unsigned long hash _PARAMS((const char *)); -extern void recognized_function _PARAMS((const struct cpp_token *, int, int, +extern void recognized_function _PARAMS((const struct cpp_token *, + unsigned int, int, int, const char *)); extern void recognized_extern _PARAMS((const struct cpp_token *)); extern unsigned int hashstr _PARAMS((const char *, unsigned int)); |