From: rupp Date: Wed, 20 Nov 2002 21:41:19 +0000 (+0000) Subject: * hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64). X-Git-Tag: upstream/4.9.2~83320 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2e4dc2eaf2a7fccf0df8e5005f25b7e5226e2d15;p=platform%2Fupstream%2Flinaro-gcc.git * hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59316 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 31768ed..3490380 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-11-20 Douglas B Rupp + + * hwint.h (HAVE___INT64): Fix typo (was HAVE__INT64). + 2002-11-20 DJ Delorie * config/stormy16/stormy16.c (s16builtins, diff --git a/gcc/hwint.h b/gcc/hwint.h index 2c14379..6d645a0 100644 --- a/gcc/hwint.h +++ b/gcc/hwint.h @@ -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