comparison src/m/nh3000.h @ 13374:1d4654a97585

(SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.
author Karl Heuer <kwzh@gnu.org>
date Tue, 31 Oct 1995 17:20:16 +0000
parents 1d1e6d5ea307
children ee40177f6c68
comparison
equal deleted inserted replaced
13373:c2eff18fae26 13374:1d4654a97585
24 */ 24 */
25 25
26 /* The following line tells the configuration script what sort of 26 /* The following line tells the configuration script what sort of
27 operating system this machine is likely to run. 27 operating system this machine is likely to run.
28 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */ 28 USUAL-OPSYS="<name of system .h file here, without the s- or .h>" */
29
30 /* The following three symbols give information on
31 the size of various data types. */
32
33 #define SHORTBITS 16 /* Number of bits in a short */
34
35 #define INTBITS 32 /* Number of bits in an int */
36
37 #define LONGBITS 32 /* Number of bits in a long */
38 29
39 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a 30 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a
40 * group of arguments and treat it as an array of the arguments. */ 31 * group of arguments and treat it as an array of the arguments. */
41 32
42 #define NO_ARG_ARRAY 33 #define NO_ARG_ARRAY