From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.devel Subject: USE_LSB_TAG changes: DECL_ALIGN redefined warnings Date: Wed, 21 Jan 2004 11:50:06 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200401211142.i0LBgi7L019347@stubby.bodenonline.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1074682630 21388 80.91.224.253 (21 Jan 2004 10:57:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Jan 2004 10:57:10 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jan 21 11:57:05 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjG2j-0003pj-00 for ; Wed, 21 Jan 2004 11:57:05 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AjG2j-0003Rj-00 for ; Wed, 21 Jan 2004 11:57:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjFyB-0002cF-Iu for emacs-devel@quimby.gnus.org; Wed, 21 Jan 2004 05:52:23 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AjFwz-0002LW-Rz for emacs-devel@gnu.org; Wed, 21 Jan 2004 05:51:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AjFwL-0001k0-04 for emacs-devel@gnu.org; Wed, 21 Jan 2004 05:51:00 -0500 Original-Received: from [213.115.192.53] (helo=mail2.norrnet.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AjFwK-0001jv-LL for emacs-devel@gnu.org; Wed, 21 Jan 2004 05:50:28 -0500 Original-Received: from stubby.bodenonline.com (stubby.bodenonline.com [193.201.16.94]) by mail2.norrnet.net (BorderWare MXtreme Mail Firewall) with ESMTP id DD850CA481 for ; Wed, 21 Jan 2004 11:50:45 +0100 (CET) Original-Received: from accessno42.bodenonline.com (accessno42.bodenonline.com [193.201.16.44]) by stubby.bodenonline.com (8.12.1/8.12.1) with ESMTP id i0LBgi7L019347 for ; Wed, 21 Jan 2004 12:42:45 +0100 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19395 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19395 Hello. While compiling Emacs from latest CVS I get this for every file: lisp.h:313:1: warning: "DECL_ALIGN" redefined lisp.h:300:1: warning: this is the location of the previous definition It seems to be due to the USE_LSB_TAG changes. Jan D.