From f4f4d0f8fb7c1bfcd5c97beea05d15ede02e5a26 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 10 Jan 2002 00:56:56 +0000 Subject: read-rtl.c: Fix formatting. * read-rtl.c: Fix formatting. * real.c: Likewise. * regclass.c: Likewise. * regrename.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * rtl.c: Likewise. From-SVN: r48704 --- gcc/read-rtl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/read-rtl.c') diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c index fd79176c755..3c9b9f536d2 100644 --- a/gcc/read-rtl.c +++ b/gcc/read-rtl.c @@ -1,5 +1,5 @@ /* RTL reader for GNU C Compiler. - Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001 + Copyright (C) 1987, 1988, 1991, 1994, 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GCC. @@ -396,7 +396,7 @@ atoll(p) if (new_wide < tmp_wide) { /* Return INT_MAX equiv on overflow. */ - tmp_wide = (~(unsigned HOST_WIDE_INT)0) >> 1; + tmp_wide = (~(unsigned HOST_WIDE_INT) 0) >> 1; break; } tmp_wide = new_wide; -- cgit v1.2.1