Skip to content
Snippets Groups Projects
Commit 6e899616 authored by zack's avatar zack
Browse files

* c-decl.c: Search-and-replace change 'binding level' to

	'scope' in commentary.
	(struct binding_level): Now struct c_scope.
	(current_binding_level): Now current_scope.
	(free_binding_level): Now scope_freelist.
	(current_function_level): Now current_function_scope.
	(global_binding_level): Now global_scope.
	(make_binding_level): Now make_scope.
	(pop_binding_level): Now pop_scope.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69747 138bc75d-0d04-0410-961f-82ee72b054a4
parent fef7d709
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment