From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14180 invoked by alias); 8 May 2006 21:03:09 -0000 Received: (qmail 14164 invoked by uid 22791); 8 May 2006 21:03:08 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 May 2006 21:03:06 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-142-230.inter.net.il [84.228.142.230]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DHR54966 (AUTH halo1); Tue, 9 May 2006 00:02:59 +0300 (IDT) Date: Mon, 08 May 2006 21:03:00 -0000 Message-Id: From: Eli Zaretskii To: Gaius Mulley CC: jimb@red-bean.com, gdb-patches@sources.redhat.com In-reply-to: <874q00liyr.fsf@glam.ac.uk> (message from Gaius Mulley on 08 May 2006 14:55:08 +0100) Subject: Re: Enhanced language support for Modula-2 Reply-to: Eli Zaretskii References: <87psjc9yu3.fsf@glam.ac.uk> <87psius247.fsf@glam.ac.uk> <20060504153726.GA2396@nevyn.them.org> <8f2776cb0605041101u7d969e0eodde33866ac4abc41@mail.gmail.com> <874q00liyr.fsf@glam.ac.uk> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00157.txt.bz2 > From: Gaius Mulley > Date: 08 May 2006 14:55:08 +0100 > > thanks for the feedback and here is the revised patch - which fixes > the documentation: > > @example -> @smallexample > @end example -> @end smallexample > and uses the American spelling of `recogni[sz]ed'. > > and the code change removes the function m2_type_print_base and > substitutes the call to it by a call to m2_print_type instead. The documentation part is okay with me. Thanks.