From: Pavel Janík Date: Sun, 24 Feb 2002 20:37:24 +0000 (+0000) Subject: Include "dispextern.h" unconditionally. X-Git-Tag: ttn-vms-21-2-B4~16487 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0277b535be09ab13c023a854e498e8bf967ba0f0;p=emacs.git Include "dispextern.h" unconditionally. --- diff --git a/src/ChangeLog b/src/ChangeLog index 7102ea082d3..319934360df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-02-24 Pavel Jan,Bm(Bk + + * intervals.h: Include "dispextern.h" unconditionally. + 2002-02-24 Jason Rumney * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc diff --git a/src/intervals.h b/src/intervals.h index 22a7a772b0b..338d7989f36 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -18,9 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to 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