diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 834d785..aab0e33 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -896,6 +896,8 @@ extern int c_staticp PARAMS ((tree)); extern int c_common_unsafe_for_reeval PARAMS ((tree)); +extern const char *init_c_lex PARAMS ((const char *)); + /* Information recorded about each file examined during compilation. */ struct c_fileinfo |