comparison src/m/ibmps2-aix.h @ 4460:d9d1e6d5237b

(SYSTEM_TYPE): Don't redefine it here.
author Richard M. Stallman <rms@gnu.org>
date Thu, 05 Aug 1993 21:03:28 +0000
parents 7be0f0a02725
children 50216826c507
comparison
equal deleted inserted replaced
4459:2d8f7239f2ca 4460:d9d1e6d5237b
56 Ones defined so far include vax, m68000, ns16000, pyramid, 56 Ones defined so far include vax, m68000, ns16000, pyramid,
57 orion, tahoe, APOLLO and many others */ 57 orion, tahoe, APOLLO and many others */
58 58
59 #define INTEL386 59 #define INTEL386
60 #define aix386 60 #define aix386
61 #undef SYSTEM_TYPE
62 #define SYSTEM_TYPE "ibm-aix-386"
63 61
64 #define IBMAIX 62 #define IBMAIX
65 63
66 /* Use type int rather than a union, to represent Lisp_Object */ 64 /* Use type int rather than a union, to represent Lisp_Object */
67 65