mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 01:29:52 +08:00
* config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
From-SVN: r53538
This commit is contained in:
parent
0b17ab2f5b
commit
5ccff482ca
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user