Commit 964b104a by Douglas B Rupp Committed by Douglas Rupp

* hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64).

From-SVN: r59316
parent 5e85fa99
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> 2002-11-20 DJ Delorie <dj@redhat.com>
* config/stormy16/stormy16.c (s16builtins, * config/stormy16/stormy16.c (s16builtins,
......
/* HOST_WIDE_INT definitions for the GNU compiler. /* 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. This file is part of GCC.
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#ifdef HAVE_LONG_LONG #ifdef HAVE_LONG_LONG
# define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF_LONG_LONG) # define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF_LONG_LONG)
#else #else
#ifdef HAVE__INT64 #ifdef HAVE___INT64
# define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF___INT64) # define HOST_BITS_PER_LONGLONG (CHAR_BIT * SIZEOF___INT64)
#else #else
/* If we're here and we're GCC, assume this is stage 2+ of a bootstrap /* If we're here and we're GCC, assume this is stage 2+ of a bootstrap
......
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