diff options
Diffstat (limited to 'contrib/gcc/tree-gimple.h')
-rw-r--r-- | contrib/gcc/tree-gimple.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/tree-gimple.h b/contrib/gcc/tree-gimple.h index 60fde4e..b3a4d50 100644 --- a/contrib/gcc/tree-gimple.h +++ b/contrib/gcc/tree-gimple.h @@ -140,7 +140,8 @@ extern void diagnose_omp_structured_block_errors (tree); extern tree omp_reduction_init (tree, tree); /* In tree-nested.c. */ -extern void lower_nested_functions (tree); +/* APPLE LOCAL radar 6305545 */ +extern void lower_nested_functions (tree, bool); extern void insert_field_into_struct (tree, tree); /* Convenience routines to walk all statements of a gimple function. |