Mercurial > hg > xemacs-beta
diff src/objects-impl.h @ 5120:d1247f3cc363 ben-lisp-object
latest work on lisp-object workspace;
more changes eliminating LCRECORD in place of LISP_OBJECT;
now compiles and runs.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 28 Dec 2009 01:15:52 -0600 |
parents | ad2f4ae9895b |
children | a9c41067dd88 |
line wrap: on
line diff
--- a/src/objects-impl.h Sat Dec 26 21:22:48 2009 -0600 +++ b/src/objects-impl.h Mon Dec 28 01:15:52 2009 -0600 @@ -99,7 +99,7 @@ struct Lisp_Color_Instance { - struct LCRECORD_HEADER header; + LISP_OBJECT_HEADER header; Lisp_Object name; Lisp_Object device; @@ -119,7 +119,7 @@ struct Lisp_Font_Instance { - struct LCRECORD_HEADER header; + LISP_OBJECT_HEADER header; Lisp_Object name; /* the instantiator used to create the font instance */ Lisp_Object truename; /* used by the device-specific methods; we need to call them to get the truename (#### in reality,