From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94026 invoked by alias); 16 Oct 2017 15:55:16 -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 94015 invoked by uid 89); 16 Oct 2017 15:55:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: gproxy5-pub.mail.unifiedlayer.com Received: from gproxy5-pub.mail.unifiedlayer.com (HELO gproxy5-pub.mail.unifiedlayer.com) (67.222.38.55) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Oct 2017 15:55:14 +0000 Received: from CMOut01 (unknown [10.0.90.82]) by gproxy5.mail.unifiedlayer.com (Postfix) with ESMTP id 02B4814075D for ; Mon, 16 Oct 2017 09:55:13 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id NFv91w00g2f2jeq01FvC1L; Mon, 16 Oct 2017 09:55:12 -0600 X-Authority-Analysis: v=2.2 cv=K4VSJ2eI c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=02M-m0pO-4AA:10 a=pGLkceISAAAA:8 a=zstS-IiYAAAA:8 a=n0HTfv2z46Gchp91fcIA:9 a=S_HVFEA2qnQA:10 a=4G6NA9xxw8l3yy4pmD5M:22 Received: from 184-96-33-178.hlrn.qwest.net ([184.96.33.178]:44868 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1e47jR-002KE4-Id; Mon, 16 Oct 2017 09:55:09 -0600 From: Tom Tromey To: Yao Qi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [RFA 2/8] Constify add_com_suppress_notification References: <20171013205950.22943-1-tom@tromey.com> <20171013205950.22943-3-tom@tromey.com> <861sm3xy4t.fsf@gmail.com> Date: Mon, 16 Oct 2017 15:55:00 -0000 In-Reply-To: <861sm3xy4t.fsf@gmail.com> (Yao Qi's message of "Mon, 16 Oct 2017 10:03:46 +0100") Message-ID: <878tgbt7dz.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1e47jR-002KE4-Id X-Source-Sender: 184-96-33-178.hlrn.qwest.net (bapiya) [184.96.33.178]:44868 X-Source-Auth: tom+tromey.com X-Email-Count: 4 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-10/txt/msg00449.txt.bz2 >>>>> "Yao" == Yao Qi writes: Yao> Tom Tromey writes: >> gdb/ChangeLog >> 2017-10-13 Tom Tromey >> >> * stack.c (select_frame_command): Constify. >> * cli/cli-decode.c (struct cmd_list_element): Constify. Yao> s/struct cmd_list_element/add_com_suppress_notification/ ? Yes, thanks. I've fixed this locally. Tom