emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/xfaces.c


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xfaces.c
Date: Thu, 03 Feb 2005 09:08:48 -0500

Index: emacs/src/xfaces.c
diff -c emacs/src/xfaces.c:1.310 emacs/src/xfaces.c:1.311
*** emacs/src/xfaces.c:1.310    Mon Jan 10 13:35:11 2005
--- emacs/src/xfaces.c  Thu Feb  3 14:08:47 2005
***************
*** 738,744 ****
       GC gc;
  {
    BLOCK_INPUT;
!   xassert (--ngcs >= 0);
    XFreeGC (FRAME_X_DISPLAY (f), gc);
    UNBLOCK_INPUT;
  }
--- 738,744 ----
       GC gc;
  {
    BLOCK_INPUT;
!   IF_DEBUG (xassert (--ngcs >= 0));
    XFreeGC (FRAME_X_DISPLAY (f), gc);
    UNBLOCK_INPUT;
  }
***************
*** 771,777 ****
       GC gc;
  {
    BLOCK_INPUT;
!   xassert (--ngcs >= 0);
    xfree (gc);
    UNBLOCK_INPUT;
  }
--- 771,777 ----
       GC gc;
  {
    BLOCK_INPUT;
!   IF_DEBUG (xassert (--ngcs >= 0));
    xfree (gc);
    UNBLOCK_INPUT;
  }




reply via email to

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