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




--On Friday, January 10, 2003 11:13:49 AM -0500 Nathanael Nerode <neroden@twcny.rr.com> wrote:

David Edelsohn wrote:
	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.
I'm not sure why...
If you can't figure out what's going wrong, please revert your patch
until you can solve the problem.

Thanks,

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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