diff options
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index b4eeb768ec4..69082912e14 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -3964,7 +3964,7 @@ extern tree make_aggr_type (enum tree_code); extern void yyerror (const char *); extern void yyhook (int); extern int cp_type_qual_from_rid (tree); -extern const char *cxx_init (const char *); +extern bool cxx_init (void); extern void cxx_finish (void); extern void cxx_init_options (void); |