From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: John David Anglin Cc: gcc-patches@gcc.gnu.org Subject: Re: Enum related fixes for gcc build with native cc on vax ultrix Date: Sun, 04 Mar 2001 11:20:00 -0000 Message-id: <20010304112020.A15393@redhat.com> References: <20010301175132.A28153@redhat.com> <200103041828.NAA06459@hiauly1.hia.nrc.ca> X-SW-Source: 2001-03/msg00182.html On Sun, Mar 04, 2001 at 01:28:31PM -0500, John David Anglin wrote: > * function.c (purge_addressof_1): Change type of function > purge_addressof_1 from boolean to int. Change local variable > `result' to int, and false and true to 0 and 1, respectively. This is ok. r~