From: Richard Kenner Date: Sun, 5 Jan 1997 03:33:30 +0000 (-0500) Subject: (struct tree_decl): saved_insns.i is HOST_WIDE_INT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=282d22c689e7d2e13b6e266c213c8b6f7685018a;p=gcc.git (struct tree_decl): saved_insns.i is HOST_WIDE_INT. From-SVN: r13378 --- diff --git a/gcc/tree.h b/gcc/tree.h index 58f23414a22..dc2714e4bd4 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -1,5 +1,5 @@ /* Front-end tree definitions for GNU compiler. - Copyright (C) 1989, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. + Copyright (C) 1989, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. This file is part of GNU CC. @@ -1158,7 +1158,7 @@ struct tree_decl alignment. */ union { struct rtx_def *r; - int i; + HOST_WIDE_INT i; } saved_insns; union tree_node *vindex; /* Points to a structure whose details depend on the language in use. */