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: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Sat, 19 Nov 2005 21:15:26 -0500

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.545 emacs/src/lisp.h:1.546
*** emacs/src/lisp.h:1.545      Tue Nov 15 13:53:09 2005
--- emacs/src/lisp.h    Sun Nov 20 02:15:26 2005
***************
*** 253,259 ****
  /* If union type is not wanted, define Lisp_Object as just a number.  */
  
  #ifdef NO_UNION_TYPE
! #define Lisp_Object EMACS_INT
  #define LISP_MAKE_RVALUE(o) (0+(o))
  #endif /* NO_UNION_TYPE */
  
--- 253,259 ----
  /* If union type is not wanted, define Lisp_Object as just a number.  */
  
  #ifdef NO_UNION_TYPE
! typedef EMACS_INT Lisp_Object;
  #define LISP_MAKE_RVALUE(o) (0+(o))
  #endif /* NO_UNION_TYPE */
  




reply via email to

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