Skip the math_exception fix-include if already guarded for C++. rdar://11147812 The current OS X version of math.h already guards the relevant part of math.h with a preprocessor check for __cplusplus, so there's no need to generate a fixed version. llvm-svn: 155408