K 10 svn:author V 5 danfe K 8 svn:date V 27 2015-09-12T12:59:17.121622Z K 7 svn:log V 496 Unbreak the build on PowerPC. This is a quick fix rather than perfectly correct: REGINA_BITS macro is set by configure script (for known systems, but passed to the compiler unconditionally even if empty) and checked and set in `rexx.h' as well if defined(__APPLE__) && defined(__MACH__). Better approach would be either making configure script logic exhaustive, or move REGINA_BITS setting entirely into `rexx.h', leaving the ability to override it via --enable-{32,64}bit configure arguments. END