From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r112126: Reorder conditions that are written backwards Date: Mon, 25 Mar 2013 09:30:26 -0700 Message-ID: <51507BA2.6070907@cs.ucla.edu> References: <83li9b1nu2.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1364229049 20628 80.91.229.3 (25 Mar 2013 16:30:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2013 16:30:49 +0000 (UTC) Cc: schwab@linux-m68k.org, =?UTF-8?B?UmVuw6kgS3lsbGluZ3N0YWQ=?= , monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 25 17:31:13 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UKAIf-0002zk-Bq for ged-emacs-devel@m.gmane.org; Mon, 25 Mar 2013 17:31:09 +0100 Original-Received: from localhost ([::1]:50420 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAIH-0002Wp-IC for ged-emacs-devel@m.gmane.org; Mon, 25 Mar 2013 12:30:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60161) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAI8-0002WV-0X for emacs-devel@gnu.org; Mon, 25 Mar 2013 12:30:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKAI3-0007u4-BG for emacs-devel@gnu.org; Mon, 25 Mar 2013 12:30:35 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:33835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKAI1-0007tL-An; Mon, 25 Mar 2013 12:30:29 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 5EE6139E8108; Mon, 25 Mar 2013 09:30:28 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oXNsWkb7G1qI; Mon, 25 Mar 2013 09:30:28 -0700 (PDT) Original-Received: from penguin.cs.ucla.edu (Penguin.CS.UCLA.EDU [131.179.64.200]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id EF9E839E8105; Mon, 25 Mar 2013 09:30:27 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4 In-Reply-To: <83li9b1nu2.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 131.179.128.62 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:158155 Archived-At: On 03/25/13 08:49, Eli Zaretskii wrote: > Andreas didn't change any code like this: > > if (0 < i && i < N) I'm afraid that he did change some range-checking code like that. The actual code was more complicated (the part before the && was a conditional), but it was definitely using that style before he changed it.