diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmrs6000.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h index 14d0dd5a565..87fc82c66f6 100644 --- a/src/m/ibmrs6000.h +++ b/src/m/ibmrs6000.h | |||
| @@ -102,12 +102,16 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 102 | Define neither one if an assembler-language alloca | 102 | Define neither one if an assembler-language alloca |
| 103 | in the file alloca.s should be used. */ | 103 | in the file alloca.s should be used. */ |
| 104 | 104 | ||
| 105 | /* Note: aix3-2.h defines HAVE_ALLOCA; aix3-1.h doesn't. */ | ||
| 106 | #ifndef HAVE_ALLOCA | ||
| 105 | #define C_ALLOCA | 107 | #define C_ALLOCA |
| 106 | #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */ | 108 | #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */ |
| 109 | #endif | ||
| 107 | 110 | ||
| 108 | /* Specify the font for X to use. */ | 111 | /* Specify the font for X to use. |
| 109 | 112 | This used to be Rom14.500; that's nice on the X server shipped with | |
| 110 | #define X_DEFAULT_FONT "Rom14.500" | 113 | the RS/6000, but it's not available on other servers. */ |
| 114 | #define X_DEFAULT_FONT "fixed" | ||
| 111 | 115 | ||
| 112 | /* Here override various assumptions in ymakefile */ | 116 | /* Here override various assumptions in ymakefile */ |
| 113 | 117 | ||