From mboxrd@z Thu Jan 1 00:00:00 1970 Path: quimby.gnus.org!not-for-mail From: Pavel@Janik.cz (Pavel =?iso-8859-2?q?Jan=EDk?=) Newsgroups: gmane.emacs.devel Subject: NORMAL_FACE? Date: Sat, 23 Feb 2002 14:27:45 +0100 Message-ID: NNTP-Posting-Host: quimby2.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Trace: quimby2.netfonds.no 1014471878 23382 195.204.10.66 (23 Feb 2002 13:44:38 GMT) X-Complaints-To: usenet@quimby2.netfonds.no NNTP-Posting-Date: 23 Feb 2002 13:44:38 GMT Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby2.netfonds.no with esmtp (Exim 3.12 #1 (Debian)) id 16ecTd-00064w-00 for ; Sat, 23 Feb 2002 14:44:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.33 #1 (Debian)) id 16ecRJ-0000w3-00; Sat, 23 Feb 2002 08:42:13 -0500 Original-Received: from p0062.as-l043.contactel.cz ([194.108.242.62] helo=SnowWhite.SuSE.cz) by fencepost.gnu.org with smtp (Exim 3.33 #1 (Debian)) id 16ecOY-0000RN-00 for ; Sat, 23 Feb 2002 08:39:24 -0500 Original-Received: by SnowWhite.SuSE.cz (PJ, from userid 500) id 47A37441C0; Sat, 23 Feb 2002 14:41:43 +0100 (CET) Original-To: emacs-devel@gnu.org Mail-Copies-To: never X-Face: $"d&^B_IKlTHX!y2d,3;grhwjOBqOli]LV`6d]58%5'x/kBd7.MO&n3bJ@Zkf&RfBu|^qL+ ?/Re{MpTqanXS2'~Qp'J2p^M7uM:zp[1Xq#{|C!*'&NvCC[9!|=>#qHqIhroq_S"MH8nSH+d^9*BF: iHiAs(t(~b#1.{w.d[=Z User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu) Original-Lines: 31 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.5 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: quimby.gnus.org gmane.emacs.devel:1455 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:1455 Hi, in intervals.h we have the following at the beginning of the file: #ifndef NORMAL_FACE #include "dispextern.h" #endif I can not find any reference to NORMAL_FACE in the sources. What was the purpose of this? I do not have access to CVS right now when writing this e-mail, but I think it was used instead of checking if DISPEXTERN_H_INCLUDED is defined. OK to apply the following? --- intervals.h.~1.46.~ Sun Nov 11 22:34:51 2001 +++ intervals.h Sat Feb 23 14:22:51 2002 @@ -18,9 +18,7 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef NORMAL_FACE #include "dispextern.h" -#endif #define NULL_INTERVAL ((INTERVAL)0) #define INTERVAL_DEFAULT NULL_INTERVAL -- Pavel Janík panic("Aarggh: attempting to free lock with active wait queue - shoot Andy"); -- 2.0.38 fs/locks.c _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://mail.gnu.org/mailman/listinfo/emacs-devel