emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Sun, 06 Mar 2005 11:01:39 -0500

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.521 emacs/src/lisp.h:1.522
*** emacs/src/lisp.h:1.521      Sat Jan 22 01:41:59 2005
--- emacs/src/lisp.h    Sun Mar  6 16:01:37 2005
***************
*** 53,58 ****
--- 53,63 ----
  
  #endif /* 0 */
  
+ #ifdef GC_CHECK_CONS_LIST
+ #define CHECK_CONS_LIST() check_cons_list()
+ #else
+ #define CHECK_CONS_LIST() 0
+ #endif
  
  /* These are default choices for the types to use.  */
  #ifdef _LP64




reply via email to

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