[llvm-commits] [llvm-gcc-4.2] r54156 - /llvm-gcc-4.2/trunk/include/ansidecl.h
Bill Wendling
isanbard at gmail.com
Tue Jul 29 01:24:54 PDT 2008
Author: void
Date: Tue Jul 29 03:24:54 2008
New Revision: 54156
URL: http://llvm.org/viewvc/llvm-project?rev=54156&view=rev
Log:
Whitespace cleanup
Modified:
llvm-gcc-4.2/trunk/include/ansidecl.h
Modified: llvm-gcc-4.2/trunk/include/ansidecl.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/include/ansidecl.h?rev=54156&r1=54155&r2=54156&view=diff
==============================================================================
--- llvm-gcc-4.2/trunk/include/ansidecl.h (original)
+++ llvm-gcc-4.2/trunk/include/ansidecl.h Tue Jul 29 03:24:54 2008
@@ -136,7 +136,7 @@
#define GCC_VERSION (__GNUC__ * 1000 + __GNUC_MINOR__)
#endif /* GCC_VERSION */
-#if defined( __STDC__) || defined (_AIX) || (defined (__mips) && defined (_SYSTYPE_SVR4)) || defined(_WIN32) || (defined(__alpha) && defined(__cplusplus))
+#if defined (__STDC__) || defined (_AIX) || (defined (__mips) && defined (_SYSTYPE_SVR4)) || defined(_WIN32) || (defined(__alpha) && defined(__cplusplus))
/* All known AIX compilers implement these things (but don't always
define __STDC__). The RISC/OS MIPS compiler defines these things
in SVR4 mode, but does not define __STDC__. */
More information about the llvm-commits
mailing list