comparison src/console-stream-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 e0db3c197671
children a9c41067dd88
comparison
equal deleted inserted replaced
5119:d877c14318b3 5120:d1247f3cc363
33 DECLARE_CONSOLE_TYPE (stream); 33 DECLARE_CONSOLE_TYPE (stream);
34 34
35 struct stream_console 35 struct stream_console
36 { 36 {
37 #ifdef NEW_GC 37 #ifdef NEW_GC
38 struct lrecord_header header; 38 LISP_OBJECT_HEADER header;
39 #endif /* NEW_GC */ 39 #endif /* NEW_GC */
40 FILE *in; 40 FILE *in;
41 FILE *out; 41 FILE *out;
42 FILE *err; 42 FILE *err;
43 int needs_newline; 43 int needs_newline;