From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12023 invoked by alias); 2 Jun 2009 15:38:57 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 12014 invoked by uid 22791); 2 Jun 2009 15:38:56 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAK/kJEqdwc4w/2dsb2JhbADQVIQLBQ Cc: Tom Tromey , Project Archer Message-Id: <5937C493-9A11-4AF5-80BD-677C3F30BA69@elis.ugent.be> From: Jonas Maebe To: Phil Muldoon In-Reply-To: <4A240139.10001@redhat.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [python][patch] Preserve string length, and embedded-nulls in pretty-print string emission. Date: Tue, 02 Jun 2009 15:38:00 -0000 References: <4A1709CB.7030200@redhat.com> <4A1D8544.2030006@redhat.com> <4A240139.10001@redhat.com> X-SW-Source: 2009-q2/txt/msg00133.txt.bz2 On 01 Jun 2009, at 18:26, Phil Muldoon wrote: > The TYPE_LENGTH (value_type (value)) works great, thanks. Shouldn't you add a check_typedef() in between? Jonas