This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Defining predefined macros for whole translation unit, revisited
- From: Roland McGrath <roland at hack dot frob dot com>
- To: "Joseph S. Myers" <joseph at codesourcery dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 1 Feb 2012 13:16:03 -0800 (PST)
- Subject: Re: Defining predefined macros for whole translation unit, revisited
- References: <Pine.LNX.4.64.1202012026040.30811@digraph.polyomino.org.uk>
It sounds like for libc the only change is moving the __STDC_* definitions
from features.h into another file that features.h #include's. IMHO that is
a nice cleanup in its own right, since those definitions are quite unlike
the rest of features.h and the purpose for which I first invented it.
Thanks,
Roland