aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/langhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/langhooks.h')
-rw-r--r--gcc-4.9/gcc/langhooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc-4.9/gcc/langhooks.h b/gcc-4.9/gcc/langhooks.h
index f24bcdd82..e89a58b18 100644
--- a/gcc-4.9/gcc/langhooks.h
+++ b/gcc-4.9/gcc/langhooks.h
@@ -275,8 +275,8 @@ struct lang_hooks_for_lipo
/* Process decls after parsing of a source module. */
void (*process_pending_decls) (unsigned);
- /* Clear the list of deferred functions. */
- void (*clear_deferred_fns) (void);
+ /* Reset the parsing state for the next module. */
+ void (*reset_parsing_state) (void);
/* Return true if T is compiler generated. */
bool (*is_compiler_generated_type) (tree t);