From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15794 invoked by alias); 4 Jan 2002 05:35:59 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 15766 invoked from network); 4 Jan 2002 05:35:57 -0000 Message-ID: <3C353F34.8090605@cygnus.com> Date: Thu, 03 Jan 2002 21:35:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.6) Gecko/20011207 X-Accept-Language: en-us MIME-Version: 1.0 To: insight@sources.redhat.com Subject: s/value_ptr/struct value */ Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q1/txt/msg00017.txt.bz2 FYI, GDB no longer uses the typedef ``value_ptr''. Instead it uses ``struct value *''. Since insight's code is still using value_ptr, the declaration will stay around for a bit longer (unless go and zap value_ptr from insight :-). See also: http://sources.redhat.com/insight/ari/ compared to http://sources.redhat.com/gdb/ari enjoy, Andrew