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]

K&R prototype in arm/linux-elf.h


Kaveh,

I've pulled you into this discussion because you're far more familiar with
this stuff than I.

While testing my changes to the target specific header, I noticed that
arm/linux-elf.h has a declaration for text_section which is a K&R prototype.
Question is, could I use PARAMS() here? Or how could this be turned into an
ISO C conforming declaration?

Philipp

-- 
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany

#define NINODE  50              /* number of in core inodes */
#define NPROC   30              /* max number of processes */
 	-- Version 7 UNIX for PDP 11, /usr/include/sys/param.h

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