From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26516 invoked by alias); 11 Nov 2001 16:58:04 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 26493 invoked from network); 11 Nov 2001 16:58:03 -0000 Received: from unknown (HELO duracef.shout.net) (204.253.184.12) by sourceware.cygnus.com with SMTP; 11 Nov 2001 16:58:03 -0000 Received: (from mec@localhost) by duracef.shout.net (8.8.7/8.8.7) id KAA21288; Sun, 11 Nov 2001 10:58:02 -0600 Date: Thu, 01 Nov 2001 07:04:00 -0000 From: Michael Elizabeth Chastain Message-Id: <200111111658.KAA21288@duracef.shout.net> To: msnyder@cygnus.com Subject: Re: [RFA] Yet more V3 C++ tweaks Cc: gdb-patches@sources.redhat.com, jimb@redhat.com X-SW-Source: 2001-11/txt/msg00001.txt.bz2 This patch is approved for the main branch. This patch is approved for the 5.1 branch, provided that the other approved patches are applied first (otherwise it does not apply). If you like, you can keep applying to main only, and I will sync the branch at some point. Michael C === 2001-11-07 Michael Snyder * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*", making the whitespace optional. Argument for "new" may be "unsigned" as well as "unsigned int/long".