Commit 5ccff482 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r53538
parent 0b17ab2f
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,
cfgcleanup.c, cfglayout.c, cfgloop.c, cfgrtl.c, combine.c,
conflict.c, df.c, df.h, dominance.c, final.c, flow.c, function.c,
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment