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


On Sat, 22 Dec 2001, Jeffrey Turner wrote:
> BTW, if it is C++ why does it have old K&R function syntax?

Good question... cp/decl.c (along with the rest of cp/*.c) is intended to
be compiled by gcc (and only gcc, try it with an ISO C compiler).  I don't
understand the adherence to K&R myself.

Jeff


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