This is the mail archive of the gcc@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: C++ Darwin Port BUG in source code



On Feb 6, 2005, at 4:01 PM, Gabriel Dos Reis wrote:


Andrew Pinski <pinskia@physics.uc.edu> writes:

| Then we only change one thing and it is easier to make sure that we
| got this right
| and that the names stay constantly used.

and we get two functions supposed to have same or similar semantics
and wonder which to call ;-)

To prevent this sort of thing from happening again, I'd like to suggest an agreement
that functions in the language-specific areas of the code have language-specific
names. The ones specific to C++ should begin with cp_, for example. Sound OK?



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