From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: merlyn@stonehenge.com (Randal L. Schwartz) Newsgroups: gmane.emacs.devel Subject: build is broken on OSX today Date: Thu, 28 Jun 2012 10:33:49 -0700 Organization: Stonehenge Consulting Services; Portland, Oregon, USA Message-ID: <86zk7njq82.fsf@red.stonehenge.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1340904851 28370 80.91.229.3 (28 Jun 2012 17:34:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 28 Jun 2012 17:34:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 28 19:34:10 2012 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 1SkIbZ-00063L-PB for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2012 19:34:09 +0200 Original-Received: from localhost ([::1]:40418 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkIbZ-0001M9-Ol for ged-emacs-devel@m.gmane.org; Thu, 28 Jun 2012 13:34:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkIbW-0001Lk-6S for emacs-devel@gnu.org; Thu, 28 Jun 2012 13:34:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SkIbU-0007tO-4d for emacs-devel@gnu.org; Thu, 28 Jun 2012 13:34:05 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SkIbT-0007sw-S6 for emacs-devel@gnu.org; Thu, 28 Jun 2012 13:34:04 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SkIbR-0005sv-AN for emacs-devel@gnu.org; Thu, 28 Jun 2012 19:34:01 +0200 Original-Received: from red.stonehenge.com ([208.79.95.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jun 2012 19:34:01 +0200 Original-Received: from merlyn by red.stonehenge.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Jun 2012 19:34:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: red.stonehenge.com x-mayan-date: Long count = 12.19.19.9.4; tzolkin = 10 Kan; haab = 7 Tzec User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (berkeley-unix) Cancel-Lock: sha1:EE+La8VM3rFY829NsJxCh/FW06g= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:151269 Archived-At: Compiled just fine yesterday. Latest commit I see is: commit e7620eddea6d3b60309125d3ca958f39a68a6f59 Author: Dmitry Antipov Date: Thu Jun 28 16:29:37 2012 +0400 * window.h (struct window): Change type of 'hscroll', 'min_hscroll' and 'last_point' from Lisp_Object to ptrdiff_t, 'last_modified' and 'last_overlay_modified' to EMACS_INT. Adjust users accordingly. * xdisp.c (try_cursor_movement): Replace type check with eassert. * window.c (Fscroll_left, Fscroll_right): Change type of 'hscroll' from EMACS_INT to ptrdiff_t. (make_window): Omit redundant initialization. If I get time, I'll bisect it. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.posterous.com/ for Smalltalk discussion