Mercurial > hg > xemacs-beta
diff src/lstream.h @ 5118:e0db3c197671 ben-lisp-object
merge up to latest default branch, doesn't compile yet
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:18:49 -0600 |
parents | 1e7cc382eb16 |
children | d1247f3cc363 |
line wrap: on
line diff
--- a/src/lstream.h Sat Dec 26 00:20:27 2009 -0600 +++ b/src/lstream.h Sat Dec 26 21:18:49 2009 -0600 @@ -30,7 +30,7 @@ /* definition of Lstream object */ /************************************************************************/ -DECLARE_LRECORD (lstream, struct lstream); +DECLARE_LISP_OBJECT (lstream, struct lstream); #define XLSTREAM(x) XRECORD (x, lstream, struct lstream) #define wrap_lstream(p) wrap_record (p, lstream) #define LSTREAMP(x) RECORDP (x, lstream)