* hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64).
authorDouglas B Rupp <rupp@gnat.com>
Wed, 20 Nov 2002 21:41:19 +0000 (21:41 +0000)
committerDouglas Rupp <rupp@gcc.gnu.org>
Wed, 20 Nov 2002 21:41:19 +0000 (21:41 +0000)
From-SVN: r59316

gcc/ChangeLog
gcc/hwint.h

index 31768edd41eb01503519ce4208289799f31f6d27..34903808fc9145ad5a2c08de51f1e88caaf96529 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-20  Douglas B Rupp  <rupp@gnat.com>
+
+       * hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64).
+
 2002-11-20  DJ Delorie  <dj@redhat.com>
 
        * config/stormy16/stormy16.c (s16builtins,
index 2c14379901860992ae743d64bb28edda7c3a18e3..6d645a00ea7c9cfa6009603fd47d1d851c07c900 100644 (file)
@@ -1,5 +1,5 @@
 /* HOST_WIDE_INT definitions for the GNU compiler.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2002 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -18,7 +18,7 @@
 #ifdef HAVE_LONG_LONG
 # define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF_LONG_LONG)
 #else
-#ifdef HAVE__INT64
+#ifdef HAVE___INT64
 # define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF___INT64)
 #else
 /* If we're here and we're GCC, assume this is stage 2+ of a bootstrap