From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17298 invoked by alias); 19 Oct 2004 20:05:37 -0000 Mailing-List: contact rda-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rda-owner@sources.redhat.com Received: (qmail 17249 invoked from network); 19 Oct 2004 20:05:36 -0000 Date: Tue, 19 Oct 2004 20:05:00 -0000 From: Kevin Buettner To: Jim Blandy Cc: rda@sources.redhat.com Subject: Re: RFA: use enum type for struct symbol_cache definition Message-Id: <20041019130529.5a54fb71@saguaro> In-Reply-To: References: Organization: Red Hat X-Mailer: Sylpheed version 0.9.8claws30 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2004-q4/txt/msg00016.txt.bz2 On 19 Oct 2004 14:45:27 -0500 Jim Blandy wrote: > 2004-10-19 Jim Blandy > > * thread-db.c (enum symbol_cache_defined): Move this definition > above that of (struct symbol_cache), and give it a name. > (struct symbol_cache): Use that enum as the type of 'defined_p', so > the debugger will print symbol cache entries more helpfully. Okay. Kevin