This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Terminology change for c-decl.c
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: "Zack Weinberg" <zack at codesourcery dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 24 Jul 2003 19:04:53 +0200
- Subject: Re: Terminology change for c-decl.c
- Organization: Integrable Solutions
- References: <87k7a7g8x4.fsf@egil.codesourcery.com>
"Zack Weinberg" <zack@codesourcery.com> writes:
| This is a long boring mechanical patch which replaces the term
| 'binding level' with the term 'scope' through most of c-decl.c. The
| latter is the term the C standard uses, and the data structures here
| are intended to mimic the behavior described in the standard exactly,
| so using the same terminology adds clarity. I did not rename any
| exported functions, nor all the static functions and variables that
| could be renamed - this is large enough already.
Great!
-- Gaby