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: ANSIfy cp/decl.c


David Edelsohn <dje@watson.ibm.com> writes:

| 	I believe the problem is that Nathanael converted all function
| definitions in the file to ANSI/ISO C, but only the function declarations
| in that file.  Some of the functions are declared in header files.  Any
| staged conversion must change all declarations and definitions for a
| particular function, not all declarations and definitions for a particular
| file.

Strongly seconded.  I would also suggest thatt the functions that are
changed be mentioned in the ChangeLog (yes, that makes the entries
unncessarily big).

-- Gaby


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