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 to resort builtins


On Fri, 1 Aug 2003, Zack Weinberg wrote:

> It occurs to me that _Exit is in the implementation namespace, so
> technically it was reserved by C90.  This has nothing to do with your
> patch, I just noticed it while looking through the file.

I believe we're distinguishing the function names reserved _with a
specific purpose_ in C90 - the float and long double function names - from
the generic reservations such as _[_A-Z]* and str*.  Thus as another
example, strdup is DEF_EXT_LIB_BUILTIN.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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