From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16553 invoked by alias); 25 Mar 2003 02:23:37 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 16538 invoked from network); 25 Mar 2003 02:23:32 -0000 Received: from unknown (63.119.183.65) by sources.redhat.com with QMTP; 25 Mar 2003 02:23:32 -0000 Received: (qmail 2660 invoked from network); 25 Mar 2003 02:25:08 -0000 Received: from cpe-24-221-209-215.co.sprintbbd.net (HELO doc.com) (24.221.209.215) by external1 with SMTP; 25 Mar 2003 02:25:08 -0000 Message-ID: <3E7FBDA1.7000607@doc.com> Date: Tue, 25 Mar 2003 02:23:00 -0000 From: Adam Fedor User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney CC: GDB Patches Subject: Re: [RFA] Compile objc-lang.c, objc-exp.tab.c [1/5] References: <3E16093D.3070907@doc.com> <3E7A340F.3000704@redhat.com> <3E7F4454.2040702@doc.com> <3E7F4D7B.1060708@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00481.txt.bz2 Andrew Cagney wrote: > >> Yes this does work... > > >> +#if !defined(OBJC_LANG_H) >> +#define OBJC_LANG_H > > > Yes, good. > >> +#include "parser-defs.h" > > > I think just: > > struct stoken; > > is sufficient? > Yes, thanks. I commited this.