unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* NORMAL_FACE?
@ 2002-02-23 13:27 Pavel Janík
  2002-02-24 17:58 ` NORMAL_FACE? Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Janík @ 2002-02-23 13:27 UTC (permalink / raw)


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: NORMAL_FACE?
  2002-02-23 13:27 NORMAL_FACE? Pavel Janík
@ 2002-02-24 17:58 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2002-02-24 17:58 UTC (permalink / raw)
  Cc: emacs-devel

    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?

Ok.

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-24 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-23 13:27 NORMAL_FACE? Pavel Janík
2002-02-24 17:58 ` NORMAL_FACE? Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).