From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16671 invoked by alias); 24 Jun 2002 19:56:41 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16649 invoked from network); 24 Jun 2002 19:56:40 -0000 Received: from unknown (HELO mailrelay1.lanl.gov) (128.165.4.101) by sources.redhat.com with SMTP; 24 Jun 2002 19:56:40 -0000 Received: from ccs-mail.lanl.gov (localhost.localdomain [127.0.0.1]) by mailrelay1.lanl.gov (8.11.6/8.11.6/(ccn-5)) with ESMTP id g5OJuR604044 for ; Mon, 24 Jun 2002 13:56:27 -0600 Received: from [10.0.1.2] (ts-usr-145.lanl.gov [128.165.7.145]) by ccs-mail.lanl.gov (8.11.6/8.11.6/(ccn-5)) with ESMTP id g5OJud310554 for ; Mon, 24 Jun 2002 13:56:39 -0600 Mime-Version: 1.0 X-Sender: gwatson@ccs-mail.lanl.gov Message-Id: In-Reply-To: References: Date: Mon, 24 Jun 2002 12:56:00 -0000 To: gdb@sources.redhat.com From: Greg Watson Subject: Re: parse_escape() in 5.2 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-SW-Source: 2002-06/txt/msg00222.txt.bz2 My mistake. It was case 0: and case '0': Greg >I was looking though parse_escape() (in util.c) and it seems a >little weird. There are two instances of case '0': in the same >switch statement. It also seems to do something strange when it sees >the escape '\^' (whatever that is). > >Greg