On Thu, Sep 6, 2012 at 9:09 PM, John McCall <[email protected]> wrote: > If MSVC deals with it in the preprocessor — and I'm not saying they do, I'm > just saying it's a possibility — then that's what we should do. If they > check it like a normal CC but ignore it during code generation, that's > different.
It's not handled within the preprocessor as though it were #defined away -- when I look at the preprocessed source from MSVC, it's still defined as __stdcall. ~Aaron _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
