[cfe-commits] r63977 - in /cfe/trunk/lib/Headers: limits.h stdint.h

Eli Friedman eli.friedman at gmail.com
Fri Feb 6 23:04:14 PST 2009


On Fri, Feb 6, 2009 at 10:36 PM, Chris Lattner <sabre at nondot.org> wrote:
> Yes.  You're right, same problem with the _C macros.  I don't really see a
> good solution for this, other than adding a bunch of junk to
> Preprocessor.cpp that defines a ton of builtin macros.  Do you have a better
> idea?

I think the best approach would be a __16BITTARGET__ define or
something like that.  It's sort of low priority, though.

-Eli



More information about the cfe-commits mailing list