Consider this transplanted.

Plus, default should be the left-most branch in graphical viewing.
This commit is contained in:
Jason Felds
2013-04-21 00:09:35 -04:00
parent b3ecde1eb9
commit c7b8664604
+4 -11
View File
@@ -25,17 +25,10 @@ extern "C" int SM_main( int argc, char *argv[] );
// CGFlushDrawable() performs a glFlush() and the docs say not to call glFlush()
#define NO_GL_FLUSH
#if defined(__ppc__)
# define CPU_PPC
# define ENDIAN_BIG
# define BACKTRACE_LOOKUP_METHOD_DARWIN_DYLD
# define BACKTRACE_METHOD_POWERPC_DARWIN
#elif defined(__i386__)
# define CPU_X86
# define ENDIAN_LITTLE
# define BACKTRACE_METHOD_X86_DARWIN
# define BACKTRACE_LOOKUP_METHOD_DLADDR
#endif
#define CPU_X86
#define ENDIAN_LITTLE
#define BACKTRACE_METHOD_X86_DARWIN
#define BACKTRACE_LOOKUP_METHOD_DLADDR
#ifndef MACOSX
# define MACOSX