pike.git
/
src
/
global.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/global.h:283:
*/ #define MAX_LOCAL 256 /* * define NO_GC to get rid of garbage collection */ #ifndef NO_GC #define GC2 #endif
-
#
ifdef
i386
+
#
if
defined(
i386
) || defined(__powerpc__) || defined(__x86_64__) || defined(__ARM_FEATURE_UNALIGNED)
#ifndef HANDLES_UNALIGNED_MEMORY_ACCESS #define HANDLES_UNALIGNED_MEMORY_ACCESS #endif #endif /* i386 */ /* AIX requires this to be the first thing in the file. */ #if HAVE_ALLOCA_H # include <alloca.h> # ifdef __GNUC__ # ifdef alloca