[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
#ifdef GLYPH_DEBUG problem
From: |
Kenichi Handa |
Subject: |
#ifdef GLYPH_DEBUG problem |
Date: |
Thu, 28 Dec 2000 09:56:22 +0900 (JST) |
User-agent: |
SEMI/1.14.2 (DaishÅji) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.0.94 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI) |
It seems that this change is necessary to compile the latest
Emacs code. Gerd, could you tell what is the intention of
the difference between:
#ifdef GLYPH_DEBUG
and
#if GLYPH_DEBUG
---
Ken'ichi HANDA
address@hidden
*** dispnew.c.~1.254.~ Thu Dec 28 09:24:45 2000
--- dispnew.c Thu Dec 28 09:52:39 2000
***************
*** 3773,3779 ****
fflush (stdout);
/* Check window matrices for lost pointers. */
! #ifdef GLYPH_DEBUG
check_window_matrix_pointers (root_window);
add_frame_display_history (f, paused_p);
#endif
--- 3773,3779 ----
fflush (stdout);
/* Check window matrices for lost pointers. */
! #if GLYPH_DEBUG
check_window_matrix_pointers (root_window);
add_frame_display_history (f, paused_p);
#endif
***************
*** 4094,4100 ****
else
paused_p = 1;
! #ifdef GLYPH_DEBUG
add_window_display_history (w, w->current_matrix->method, paused_p);
#endif
--- 4094,4100 ----
else
paused_p = 1;
! #if GLYPH_DEBUG
add_window_display_history (w, w->current_matrix->method, paused_p);
#endif
***************
*** 6482,6488 ****
defsubr (&Sinternal_show_cursor);
defsubr (&Sinternal_show_cursor_p);
! #ifdef GLYPH_DEBUG
defsubr (&Sdump_redisplay_history);
#endif
--- 6482,6488 ----
defsubr (&Sinternal_show_cursor);
defsubr (&Sinternal_show_cursor_p);
! #if GLYPH_DEBUG
defsubr (&Sdump_redisplay_history);
#endif
- #ifdef GLYPH_DEBUG problem,
Kenichi Handa <=