From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29143 invoked by alias); 17 Dec 2014 06:16:34 -0000 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 Received: (qmail 29126 invoked by uid 89); 17 Dec 2014 06:16:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f174.google.com Received: from mail-wi0-f174.google.com (HELO mail-wi0-f174.google.com) (209.85.212.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 17 Dec 2014 06:16:33 +0000 Received: by mail-wi0-f174.google.com with SMTP id h11so14503903wiw.13 for ; Tue, 16 Dec 2014 22:16:30 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.60.19 with SMTP id d19mr35617764wjr.48.1418796990112; Tue, 16 Dec 2014 22:16:30 -0800 (PST) Received: by 10.27.132.70 with HTTP; Tue, 16 Dec 2014 22:16:30 -0800 (PST) In-Reply-To: References: Date: Wed, 17 Dec 2014 06:16:00 -0000 Message-ID: Subject: Re: [PATCH] Rename find_type_baseclass_by_name to cp_find_type_baseclass_by_name From: Doug Evans To: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00456.txt.bz2 On Sat, Dec 13, 2014 at 10:49 AM, Doug Evans wrote: > Hi. > > There's a convention in cp-namespace.c that exported functions have a > cp_ prefix, so I added one to the only one that doesn't have it. > > 2014-12-13 Doug Evans > > * cp-namespace.c (cp_find_type_baseclass_by_name): Renamed from > find_type_baseclass_by_name. All callers updated. Committed.