aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/langhooks.h
diff options
context:
space:
mode:
authorCaroline Tice <cmtice@google.com>2016-02-29 22:49:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-02-29 22:49:18 +0000
commit3a800d7d75ceba88429096186a2150a2d938334a (patch)
tree9d9c36a627f01c31b077cd8253acc681d5cc4bbf /gcc-4.9/gcc/langhooks.h
parentb9de1157289455b0ca26daff519d4a0ddcd1fa13 (diff)
parent817a788f9eb01eff367191401d48f2aaa8d4f428 (diff)
downloadtoolchain_gcc-3a800d7d75ceba88429096186a2150a2d938334a.tar.gz
toolchain_gcc-3a800d7d75ceba88429096186a2150a2d938334a.tar.bz2
toolchain_gcc-3a800d7d75ceba88429096186a2150a2d938334a.zip
Merge "Unify ChromeOS and Android versions of GCC."
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);