Trying to fix AIX bustage.

git-svn-id: svn://10.0.0.236/trunk@186216 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%propagandism.org 2005-12-18 12:07:26 +00:00
parent 70644e77d8
commit 46ac9fbedb

View File

@ -21,7 +21,7 @@
*/
/* BEGIN MOZILLA CHANGE (https://bugzilla.mozilla.org/show_bug.cgi?id=297604) */
// #if defined(__GNUC__) && defined(__i386__)
/* #if defined(__GNUC__) && defined(__i386__) */
#if defined(__GNUC__) && defined(__i386__) && !defined(XP_MACOSX)
/* END MOZILLA CHANGE */
/* We'll use this version by default only where we know it helps.