]> git.eshelyaron.com Git - emacs.git/commitdiff
Include "dispextern.h" unconditionally.
authorPavel Janík <Pavel@Janik.cz>
Sun, 24 Feb 2002 20:37:24 +0000 (20:37 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 24 Feb 2002 20:37:24 +0000 (20:37 +0000)
src/ChangeLog
src/intervals.h

index 7102ea082d316706a6e7d460059ed1c564fbc2b0..319934360df266195720340d82c5f9542a2bb214 100644 (file)
@@ -1,3 +1,7 @@
+2002-02-24  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * intervals.h: Include "dispextern.h" unconditionally.
+
 2002-02-24  Jason Rumney  <jasonr@gnu.org>
 
        * Makefile.in (WINNT_SUPPORT) [WINDOWSNT]: Add w32-vars.elc
index 22a7a772b0b6adfc211b83b9eed4161338620559..338d7989f36fe3dfecbd02c165b6c1271ea85a77 100644 (file)
@@ -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