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: [PATCH] Minor tweaks to libiberty's strdup


> Could you comment on Kaveh's recommendation that we should use
> ANSI_PROTOTYPES instead of __STDC__?
> http://gcc.gnu.org/ml/gcc-patches/2003-04/msg00963.html
> 
> I'm not sure of the issues, but I am happy to submit patches to
> standardize some of these features (size_t vs int for strlen etc...)
> once I know what's preferred.

ANSI_PROTOTYPES is preferred, but of course you need to include
ansidecl.h to get that.


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