comparison src/m/hp800.h @ 7159:2b5401aa9630

Renamed from hp9000s800.h. (hp9000s800): Undo previous change.
author Richard M. Stallman <rms@gnu.org>
date Thu, 28 Apr 1994 05:18:06 +0000
parents 7798bbb665fb
children 191acacfa1ec
comparison
equal deleted inserted replaced
7158:a4a9a0d9b53a 7159:2b5401aa9630
48 48
49 /* Now define a symbol for the cpu type, if your compiler 49 /* Now define a symbol for the cpu type, if your compiler
50 does not define it automatically: 50 does not define it automatically:
51 Ones defined so far include vax, m68000, ns16000, pyramid, 51 Ones defined so far include vax, m68000, ns16000, pyramid,
52 orion, tahoe, APOLLO and many others */ 52 orion, tahoe, APOLLO and many others */
53 #ifndef hp800 53 #ifndef hp9000s800
54 # define hp800 54 # define hp9000s800
55 #endif 55 #endif
56 56
57 /* Use type int rather than a union, to represent Lisp_Object */ 57 /* Use type int rather than a union, to represent Lisp_Object */
58 /* This is desirable for most machines. */ 58 /* This is desirable for most machines. */
59 59