[cfe-commits] r63976 - /cfe/trunk/lib/Lex/Preprocessor.cpp

Eli Friedman eli.friedman at gmail.com
Fri Feb 6 16:56:26 PST 2009


On Fri, Feb 6, 2009 at 2:59 PM, Chris Lattner <sabre at nondot.org> wrote:
> +    assert(TI.getLongLongWidth() == 32 && "unsupported target types");
> +    DefineBuiltinMacro(Buf, "__INT32_TYPE__=long long");

Shouldn't this be long rather than long long?  long long should never
be 32 bits.

-Eli



More information about the cfe-commits mailing list