From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31669 invoked by alias); 8 Apr 2007 08:00:40 -0000 Received: (qmail 31027 invoked by uid 22791); 8 Apr 2007 08:00:38 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 08 Apr 2007 09:00:33 +0100 Received: from HOME-C4E4A596F7 (IGLD-80-230-23-78.inter.net.il [80.230.23.78]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id HNY88368 (AUTH halo1); Sun, 8 Apr 2007 11:00:27 +0300 (IDT) Date: Sun, 08 Apr 2007 08:00:00 -0000 Message-Id: From: Eli Zaretskii To: Andreas Schwab CC: mark.kettenis@xs4all.nl, sje@cup.hp.com, gdb-patches@sourceware.org In-reply-to: (message from Andreas Schwab on Sat, 07 Apr 2007 19:55:08 +0200) Subject: Re: Patch for isdigit/isalpha/etc. macro arguments Reply-to: Eli Zaretskii References: <200704062336.QAA17806@hpsje.cup.hp.com> <200704062348.l36NmiwC025816@brahms.sibelius.xs4all.nl> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-04/txt/msg00055.txt.bz2 > From: Andreas Schwab > Cc: mark.kettenis@xs4all.nl, sje@cup.hp.com, > gdb-patches@sourceware.org > Date: Sat, 07 Apr 2007 19:55:08 +0200 > > How can it distinguish EOF from '\377'? The same way you want the calling code to do that.