From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Samuel Bronson Newsgroups: gmane.emacs.devel Subject: Re: Windows build broken on trunk Date: Thu, 19 Jul 2012 12:22:44 -0400 Message-ID: <5BBC8946-3AEF-4BC2-BEE2-F1E10F8D6FCE@gmail.com> References: <5006882F.2060503@yandex.ru> <87mx2xur2p.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342714986 4414 80.91.229.3 (19 Jul 2012 16:23:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2012 16:23:06 +0000 (UTC) Cc: emacs-devel@gnu.org, Andy Moreton , Jason Rumney To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 19 18:23:04 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 1SrtVH-0007nI-9R for ged-emacs-devel@m.gmane.org; Thu, 19 Jul 2012 18:23:03 +0200 Original-Received: from localhost ([::1]:50769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrtVG-0003Ya-Hh for ged-emacs-devel@m.gmane.org; Thu, 19 Jul 2012 12:23:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrtVC-0003P5-CW for emacs-devel@gnu.org; Thu, 19 Jul 2012 12:22:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrtVB-0000cX-FZ for emacs-devel@gnu.org; Thu, 19 Jul 2012 12:22:58 -0400 Original-Received: from mail-vc0-f169.google.com ([209.85.220.169]:46339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrtV9-0000bQ-0B; Thu, 19 Jul 2012 12:22:55 -0400 Original-Received: by vcbfl10 with SMTP id fl10so2687545vcb.0 for ; Thu, 19 Jul 2012 09:22:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; bh=9yc9qdWIm1zxjzqISroDdixCylJb6GpNFWx2kwZshBg=; b=kL6P41uC/f3Du/cFpJtUFVZk4dcgAB1fNjVq0pmyZ8zTFu3buPagQMwyDUoVW1Bpzt lUw8gVHrPU1uyEMuiCO+oCQx3eJB0bePvQs/YUoXLlqNhzaglY5UEZtqgp8UDh/AVB5n yY7/SKVSYEDG+fvqThSMqn/eVRVumm3Zl2C1eDX55zpcZi3FcQV6v3JwvEaH8JUQo9Kv jT/Bet/F9MAGmh4IzW3iclxzeTpnOt3885YdYSfrsS30UVFUJPLvYDe2dmxBmYl2iD8p Bc8mEOyaht7pC92/zwuyhL2hxbEGHMDGvaQpGXpYlNtBhUzf1ZJzG8OC6Z6xBo2LFfd+ Z41A== Original-Received: by 10.220.153.200 with SMTP id l8mr1518731vcw.40.1342714974280; Thu, 19 Jul 2012 09:22:54 -0700 (PDT) Original-Received: from [192.168.0.18] (207-172-123-137.c3-0.upd-ubr1.trpr-upd.pa.cable.rcn.com. [207.172.123.137]) by mx.google.com with ESMTPS id n17sm642194vdh.22.2012.07.19.09.22.51 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2012 09:22:52 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.220.169 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:151761 Archived-At: On Jul 19, 2012, at 3:05 AM, Stefan Monnier wrote: >> The name clash is inconsequential. The static definition in >> w32font.c >> can be removed if symbol is now globally defined. > > The "Lisp_Object Q" declarations should be auto-generated in > globals.h from the DEFSYM calls, IMNSHO. Isn't that a bit excessive?