From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Minor src/xmenu.c change for older GCC versions Date: Sun, 05 Nov 2006 12:31:01 -0500 Message-ID: <87odrlls16.fsf@stupidchicken.com> References: <200611032150.kA3Locm0078547@kobe.laptop> <87psc328yh.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1162747888 3230 80.91.229.2 (5 Nov 2006 17:31:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Nov 2006 17:31:28 +0000 (UTC) Cc: keramida@ceid.upatras.gr, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 05 18:31:26 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gglpy-0003rV-4X for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 18:31:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gglpx-0001Ev-G5 for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 12:31:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gglph-0001Ec-79 for emacs-devel@gnu.org; Sun, 05 Nov 2006 12:30:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gglpf-0001EF-Lw for emacs-devel@gnu.org; Sun, 05 Nov 2006 12:30:56 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gglpf-0001EB-FQ for emacs-devel@gnu.org; Sun, 05 Nov 2006 12:30:55 -0500 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gglpd-0000s4-BX; Sun, 05 Nov 2006 12:30:53 -0500 Original-Received: by cyd (Postfix, from userid 1000) id E9DA04E3FE; Sun, 5 Nov 2006 12:31:01 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sun\, 05 Nov 2006 02\:07\:44 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61826 Archived-At: Richard Stallman writes: > > + FRAME_PTR f; > > + > > BLOCK_INPUT; > > - FRAME_PTR f = check_x_frame (frame); > > - > > + f = check_x_frame (frame); > > Please add a comment explaining why this is necessary, to make sure > people don't take this out for elegance's sake. Done.