emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NORMAL_FACE?


From: Pavel Janík
Subject: NORMAL_FACE?
Date: Sat, 23 Feb 2002 14:27:45 +0100
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]