* arm-protos.h (arm_dllexport_name_p, arm_dllimport_name_p): Constify.
[official-gcc.git] / gcc / config / clipper / xm-clix.h
blob726660df46ae400c70d72f01855bc218b2e43d68
1 /* Config file for Clipper running Clix, system V. 3.2 clone */
4 /* #defines that need visibility everywhere. */
5 #define FALSE 0
6 #define TRUE 1
8 /* target machine dependencies.
9 tm.h is a symbolic link to the actual target specific file. */
11 #include "tm.h"
13 /* This describes the machine the compiler is hosted on. */
14 #define HOST_BITS_PER_CHAR 8
15 #define HOST_BITS_PER_SHORT 16
16 #define HOST_BITS_PER_INT 32
17 #define HOST_BITS_PER_LONG 32
18 #define HOST_BITS_PER_LONGLONG 64
20 /* This machine uses IEEE floats. */
21 /* #define HOST_FLOAT_FORMAT IEEE_FLOAT_FORMAT */
23 /* Arguments to use with `exit'. */
24 #define SUCCESS_EXIT_CODE 0
25 #define FATAL_EXIT_CODE 33
27 /* isinf isn't there, but finite is. */
28 #define isinf(x) (!finite(x))
30 #define USG