Mercurial > hg > xemacs-beta
diff src/console-stream-impl.h @ 5133:444a448b2f53
Merge branch ben-lisp-object into default branch
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 07 Mar 2010 06:47:37 -0600 |
parents | a9c41067dd88 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/console-stream-impl.h Sun Mar 07 06:43:19 2010 -0600 +++ b/src/console-stream-impl.h Sun Mar 07 06:47:37 2010 -0600 @@ -35,7 +35,7 @@ struct stream_console { #ifdef NEW_GC - struct lrecord_header header; + NORMAL_LISP_OBJECT_HEADER header; #endif /* NEW_GC */ FILE *in; FILE *out; @@ -47,7 +47,7 @@ #ifdef NEW_GC typedef struct stream_console Lisp_Stream_Console; -DECLARE_LRECORD (stream_console, Lisp_Stream_Console); +DECLARE_LISP_OBJECT (stream_console, Lisp_Stream_Console); #define XSTREAM_CONSOLE(x) \ XRECORD (x, stream_console, Lisp_Stream_Console)