diff options
Diffstat (limited to 'gcc/scan.h')
| -rw-r--r-- | gcc/scan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/scan.h b/gcc/scan.h index b2c2893d66d..a2d964485e0 100644 --- a/gcc/scan.h +++ b/gcc/scan.h @@ -60,6 +60,7 @@ extern int read_upto _PARAMS((FILE *, sstring *, int)); extern unsigned long hash _PARAMS((const char *)); extern void recognized_function _PARAMS((const char *, int, int, const char *, int, int, const char *, int)); extern void recognized_extern _PARAMS((const char *, int, const char *, int)); +extern unsigned int hashstr _PARAMS((const char *, unsigned int)); /* get_token is a simple C lexer. */ #define IDENTIFIER_TOKEN 300 |

