emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispextern.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/dispextern.h
Date: Wed, 02 Feb 2005 22:56:03 -0500

Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.194 emacs/src/dispextern.h:1.195
*** emacs/src/dispextern.h:1.194        Thu Jan 27 22:33:01 2005
--- emacs/src/dispextern.h      Thu Feb  3 03:55:59 2005
***************
*** 1,5 ****
  /* Interface definitions for display code.
!    Copyright (C) 1985,93,94,97,98,99, 2000,01,02,03, 2004
       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Interface definitions for display code.
!    Copyright (C) 1985,93,94,97,98,99, 2000,01,02,03, 2004, 2005
       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 123,134 ****
  
  #if GLYPH_DEBUG
  #define IF_DEBUG(X)   X
- #define xassert(X)    do {if (!(X)) abort ();} while (0)
  #else
  #define IF_DEBUG(X)   (void) 0
- #define xassert(X)    (void) 0
  #endif
  
  /* Macro for displaying traces of redisplay.  If Emacs was compiled
     with GLYPH_DEBUG != 0, the variable trace_redisplay_p can be set to
     a non-zero value in debugging sessions to activate traces.  */
--- 123,135 ----
  
  #if GLYPH_DEBUG
  #define IF_DEBUG(X)   X
  #else
  #define IF_DEBUG(X)   (void) 0
  #endif
  
+ /* Maybe move this inside the above `#ifdef GLYPH_DEBUG' for release.  */
+ #define xassert(X)    do {if (!(X)) abort ();} while (0)
+ 
  /* Macro for displaying traces of redisplay.  If Emacs was compiled
     with GLYPH_DEBUG != 0, the variable trace_redisplay_p can be set to
     a non-zero value in debugging sessions to activate traces.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]