aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2002-02-24 20:37:24 +0000
committerPavel Janík2002-02-24 20:37:24 +0000
commit0277b535be09ab13c023a854e498e8bf967ba0f0 (patch)
tree9b65fadca7296cb8c8c4c90ee51bf33b50134ac2 /src
parent82a399d298e86d29eff6ebff9775906edd38f7b6 (diff)
downloademacs-0277b535be09ab13c023a854e498e8bf967ba0f0.tar.gz
emacs-0277b535be09ab13c023a854e498e8bf967ba0f0.zip
Include "dispextern.h" unconditionally.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/intervals.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7102ea082d3..319934360df 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12002-02-24 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * intervals.h: Include "dispextern.h" unconditionally.
4
12002-02-24 Jason Rumney <jasonr@gnu.org> 52002-02-24 Jason Rumney <jasonr@gnu.org>
2 6
3 * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc 7 * 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
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02111-1307, USA. */
20 20
21#ifndef NORMAL_FACE
22#include "dispextern.h" 21#include "dispextern.h"
23#endif
24 22
25#define NULL_INTERVAL ((INTERVAL)0) 23#define NULL_INTERVAL ((INTERVAL)0)
26#define INTERVAL_DEFAULT NULL_INTERVAL 24#define INTERVAL_DEFAULT NULL_INTERVAL