Author: manolo Date: 2011-03-04 09:51:22 -0800 (Fri, 04 Mar 2011) New Revision: 8506 Log: Define WORDS_BIGENDIAN using __BIG_ENDIAN__ value
Modified: branches/branch-1.3/ide/Xcode3/config.h Modified: branches/branch-1.3/ide/Xcode3/config.h =================================================================== --- branches/branch-1.3/ide/Xcode3/config.h 2011-03-04 17:04:43 UTC (rev 8505) +++ branches/branch-1.3/ide/Xcode3/config.h 2011-03-04 17:51:22 UTC (rev 8506) @@ -1,9 +1,9 @@ /* - * "$Id: ide_xcode.cxx 7504 2010-04-14 20:17:44Z matt $" + * "$Id$" * * Configuration file for the Fast Light Tool Kit (FLTK). * - * Copyright 1998-2010 by Bill Spitzak and others. + * Copyright 1998-2011 by Bill Spitzak and others. */ #define FLTK_DATADIR "/usr/local/share/fltk" @@ -19,7 +19,7 @@ #define __APPLE_QUARTZ__ 1 #define HAVE_OVERLAY 0 #define HAVE_GL_OVERLAY HAVE_OVERLAY -#if defined(__ppc__) || defined(__ppc64__) +#if defined(__BIG_ENDIAN__) #define WORDS_BIGENDIAN 1 #else #define WORDS_BIGENDIAN 0 @@ -54,5 +54,5 @@ #define HAVE_DLSYM 1 /* - * End of "$Id: ide_xcode.cxx 7504 2010-04-14 20:17:44Z matt $". + * End of "$Id$". */ Property changes on: branches/branch-1.3/ide/Xcode3/config.h ___________________________________________________________________ Name: svn:keywords + author date id revision Name: svn:eol-style + native _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
