Mercurial > hg > xemacs-beta
diff src/faces.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 | e0db3c197671 |
children | b5df3737028a |
line wrap: on
line diff
--- a/src/faces.h Sat Dec 26 21:22:48 2009 -0600 +++ b/src/faces.h Mon Dec 28 01:15:52 2009 -0600 @@ -34,7 +34,7 @@ struct Lisp_Face { - struct LCRECORD_HEADER header; + LISP_OBJECT_HEADER header; Lisp_Object name; Lisp_Object doc_string; @@ -119,7 +119,7 @@ struct face_cachel { #ifdef NEW_GC - struct lrecord_header header; + LISP_OBJECT_HEADER header; #endif /* NEW_GC */ /* There are two kinds of cachels; those created from a single face and those created by merging more than one face. In the former