- * c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
- LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
- * c-tree.h (c_push_function_context, c_pop_function_context): Remove
- argument.
- * c-decl.c (c_push_function_context, c_pop_function_context): Remove
- argument, call {push,pop}_function_context from here.
- * c-parser.c: Use c_{push,pop}_function_context.
-
- * function.c (push_function_context_to): Move meat ...
- (push_function_context): ... here. Simplify.
- * function.c (pop_function_context_from): Move meat ...
- (pop_function_context): ... here. Simplify.
- * langhooks.h (struct lang_hooks_for_functions): Remove enter_nested,
- leave_nested).
- * langhooks-def.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
- LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
- (LANG_HOOKS_FUNCTION_INITIALIZER): Delete them from here.
- * tree.h (push_function_context_to, pop_function_context_from): Remove.
+ * c-objc-common.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
+ LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
+ * c-tree.h (c_push_function_context, c_pop_function_context): Remove
+ argument.
+ * c-decl.c (c_push_function_context, c_pop_function_context): Remove
+ argument, call {push,pop}_function_context from here.
+ * c-parser.c: Use c_{push,pop}_function_context.
+
+ * function.c (push_function_context_to): Move meat ...
+ (push_function_context): ... here. Simplify.
+ * function.c (pop_function_context_from): Move meat ...
+ (pop_function_context): ... here. Simplify.
+ * langhooks.h (struct lang_hooks_for_functions): Remove enter_nested,
+ leave_nested).
+ * langhooks-def.h (LANG_HOOKS_FUNCTION_ENTER_NESTED,
+ LANG_HOOKS_FUNCTION_LEAVE_NESTED): Delete.
+ (LANG_HOOKS_FUNCTION_INITIALIZER): Delete them from here.
+ * tree.h (push_function_context_to, pop_function_context_from): Remove.