* config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.

From-SVN: r53538
This commit is contained in:
Richard Henderson 2002-05-16 20:48:25 -07:00 committed by Richard Henderson
parent 0b17ab2f5b
commit 5ccff482ca
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-05-16 Richard Henderson <rth@redhat.com>
* config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
2002-05-16 Richard Henderson <rth@redhat.com>
* basic-block.h, bb-reorder.c, cfg.c, cfganal.c, cfgbuild.c,

View File

@ -44,7 +44,7 @@ Boston, MA 02111-1307, USA. */
builtin_define ("_LD64"); \
builtin_define ("__UNICOSMK__"); \
builtin_define ("__INT_MAX__=9223372036854775807"); \
builtin_define ("__SHRT_MAX__=2147483647") \
builtin_define ("__SHRT_MAX__=2147483647"); \
} while (0)
#define SHORT_TYPE_SIZE 32