comparison src/m/news.h @ 5870:ebef92c4d26c

(CRT0_DUMMIES): Definition deleted.
author Karl Heuer <kwzh@gnu.org>
date Wed, 09 Feb 1994 22:32:39 +0000
parents 7be0f0a02725
children 191acacfa1ec
comparison
equal deleted inserted replaced
5869:91dcabd87088 5870:ebef92c4d26c
45 45
46 #define BIG_ENDIAN 46 #define BIG_ENDIAN
47 47
48 /* One CRT0 Dummy variable */ 48 /* One CRT0 Dummy variable */
49 49
50 #if 0 /* larry@mitra.com says Sony's as doesn't like this. */
50 #define CRT0_DUMMIES one_dummy, 51 #define CRT0_DUMMIES one_dummy,
52 #endif
51 53
52 /* Use type int rather than a union, to represent Lisp_Object */ 54 /* Use type int rather than a union, to represent Lisp_Object */
53 55
54 #define NO_UNION_TYPE 56 #define NO_UNION_TYPE
55 57