(SIZE_TYPE): Define.

(NO_DOLLAR_IN_LABEL): Define.

From-SVN: r3302
This commit is contained in:
Torbjorn Granlund 1993-01-22 20:08:29 +00:00
parent 2ccc7d7f45
commit 936b69b36b

View File

@ -90,6 +90,16 @@ extern int target_flags;
#define TARGET_DEFAULT (1 + 2)
#endif
/* Make GCC agree with types.h. */
#ifdef SIZE_TYPE
#undef SIZE_TYPE
#endif
#define SIZE_TYPE "unsigned int"
/* Assembler does not permit $ in labels */
#define NO_DOLLAR_IN_LABEL
/* Never allow $ in identifiers */
#define DOLLARS_IN_IDENTIFIERS 0