Mercurial > hg > xemacs-beta
comparison src/console-stream.h @ 3092:141c2920ea48
[xemacs-hg @ 2005-11-25 01:41:31 by crestani]
Incremental Garbage Collector
author | crestani |
---|---|
date | Fri, 25 Nov 2005 01:42:08 +0000 |
parents | e22b0213b713 |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
3091:c22d8984148c | 3092:141c2920ea48 |
---|---|
27 #ifndef INCLUDED_console_stream_h_ | 27 #ifndef INCLUDED_console_stream_h_ |
28 #define INCLUDED_console_stream_h_ | 28 #define INCLUDED_console_stream_h_ |
29 | 29 |
30 #include "console.h" | 30 #include "console.h" |
31 | 31 |
32 #ifndef NEW_GC | |
32 extern const struct sized_memory_description stream_console_data_description; | 33 extern const struct sized_memory_description stream_console_data_description; |
34 #endif /* not NEW_GC */ | |
33 | 35 |
34 extern Lisp_Object Vterminal_console, Vterminal_frame, Vterminal_device; | 36 extern Lisp_Object Vterminal_console, Vterminal_frame, Vterminal_device; |
35 | 37 |
36 Lisp_Object stream_semi_canonicalize_console_connection (Lisp_Object, | 38 Lisp_Object stream_semi_canonicalize_console_connection (Lisp_Object, |
37 Error_Behavior); | 39 Error_Behavior); |