From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.bugs,gmane.emacs.pretest.bugs Subject: bug#1252: mips.h obsolete macros Date: Sat, 25 Oct 2008 13:18:04 -0400 Message-ID: Reply-To: rms@gnu.org, 1252@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1224957041 29749 80.91.229.12 (25 Oct 2008 17:50:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 25 Oct 2008 17:50:41 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 25 19:51:43 2008 connect(): Connection refused Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KtnIc-0003fi-36 for geb-bug-gnu-emacs@m.gmane.org; Sat, 25 Oct 2008 19:51:42 +0200 Original-Received: from localhost ([127.0.0.1]:57825 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtnHW-0001w2-9d for geb-bug-gnu-emacs@m.gmane.org; Sat, 25 Oct 2008 13:50:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtnH7-0001jf-8w for bug-gnu-emacs@gnu.org; Sat, 25 Oct 2008 13:50:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtnH5-0001j9-8y for bug-gnu-emacs@gnu.org; Sat, 25 Oct 2008 13:50:08 -0400 Original-Received: from [199.232.76.173] (port=50050 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtnH4-0001j3-O3 for bug-gnu-emacs@gnu.org; Sat, 25 Oct 2008 13:50:06 -0400 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:47640) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KtnH4-0003Wk-Bk for bug-gnu-emacs@gnu.org; Sat, 25 Oct 2008 13:50:06 -0400 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9PHo2H6008567; Sat, 25 Oct 2008 10:50:02 -0700 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.13.8/8.13.8/Submit) id m9PHU3c7003875; Sat, 25 Oct 2008 10:30:03 -0700 X-Loop: don@donarmstrong.com Resent-From: "Richard M. Stallman" Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Sat, 25 Oct 2008 17:30:03 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 1252 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12249552532578 (code B ref -1); Sat, 25 Oct 2008 17:30:03 +0000 Original-Received: (at submit) by emacsbugs.donarmstrong.com; 25 Oct 2008 17:20:53 +0000 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m9PHKoqA002571 for ; Sat, 25 Oct 2008 10:20:51 -0700 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Ktmm4-0001Uh-FH; Sat, 25 Oct 2008 13:18:04 -0400 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Resent-Date: Sat, 25 Oct 2008 13:50:08 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:21899 gmane.emacs.pretest.bugs:23303 Archived-At: m/mips.h has macro definitions for XUINT and XSET that seem to be obsolete. They are designed for tags in the high bits, not the low bits. They don't actually cause a problem with USE_LSB_TAG because lisp.h overrides them; they would be used if you undefine USE_LSB_TAG. So it is not exactly a bug, but it is confusing for a m/*.h file to define something unconditionally which should only be used if USE_LSB_TAG is not defined.