Reviewed by Maciej
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12302
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-01-23 George Staikos <staikos@opensource.apple.com>
+
+ Reviewed by Maciej.
+
+ * kjs/config.h: unbreak preprocessor change
+
2006-01-23 George Staikos <staikos@opensource.apple.com>
Approved by Maciej and Darin.
#define HAVE_STDINT_H 1
#define HAVE_STRING_H 1
-#ifdef __ppc__ || __PPC__ || __powerpc__
+#if __ppc__ || __PPC__ || __powerpc__
#define KJS_CPU_PPC 1
#define WORDS_BIGENDIAN 1
#elif __ppc64__ || __PPC64__