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: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Sun, 19 May 2002 19:14:07 -0400

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.418 emacs/src/lisp.h:1.419
*** emacs/src/lisp.h:1.418      Mon Apr 29 20:59:42 2002
--- emacs/src/lisp.h    Sun May 19 19:14:07 2002
***************
*** 629,639 ****
  #define XCDR_AS_LVALUE(c) (XCONS ((c))->cdr)
  #endif
  
- /* Okay, we're not quite ready to turn this on yet.  A few files still
-    need to be updated and tested.  */
- #undef LISP_MAKE_RVALUE
- #define LISP_MAKE_RVALUE(x) (x)
- 
  /* Use these from normal code.  */
  #define XCAR(c)       LISP_MAKE_RVALUE(XCAR_AS_LVALUE(c))
  #define XCDR(c) LISP_MAKE_RVALUE(XCDR_AS_LVALUE(c))
--- 629,634 ----



reply via email to

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