This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Terminology change for c-decl.c


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]