* config/alpha/unicosmk.h (TARGET_OS_CPP_BUILTINS): Fix typo.
authorRichard Henderson <rth@redhat.com>
Fri, 17 May 2002 03:48:25 +0000 (20:48 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 17 May 2002 03:48:25 +0000 (20:48 -0700)
From-SVN: r53538

gcc/ChangeLog
gcc/config/alpha/unicosmk.h

index c3cb9b080290304738059acef4661a798dc9c5eb..980e173a1325e8661dfa3a68a68c0cae651a4898 100644 (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,
index 8ed0f72d70cccd6dcd2e763be25b1b823c96a1ba..4be7be537f1f50e763c1727e1c2a0266cddcd343 100644 (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