On Thu, Feb 16, 2012 at 04:34:55PM -0000, Hans Wennborg wrote: > @@ -66,7 +66,8 @@ > AsChar, // 'hh' > AsShort, // 'h' > AsLong, // 'l' > - AsLongLong, // 'll', 'q' (BSD, deprecated) > + AsLongLong, // 'll' > + AsQuad, // 'q' (BSD, deprecated, same as 'll')
Comment is wrong, it should be replaced with PRI?64. Joerg _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
