comparison src/console-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 98af8a976fc3
children 623d57b7fbe8
comparison
equal deleted inserted replaced
5119:d877c14318b3 5120:d1247f3cc363
407 #define CONSOLE_IMPLEMENTATION_FLAGS(type, flg) \ 407 #define CONSOLE_IMPLEMENTATION_FLAGS(type, flg) \
408 (type##_console_methods->flags = flg) 408 (type##_console_methods->flags = flg)
409 409
410 struct console 410 struct console
411 { 411 {
412 struct LCRECORD_HEADER header; 412 LISP_OBJECT_HEADER header;
413 413
414 /* Description of this console's methods. */ 414 /* Description of this console's methods. */
415 struct console_methods *conmeths; 415 struct console_methods *conmeths;
416 416
417 /* Enumerated constant listing which type of console this is (TTY, X, 417 /* Enumerated constant listing which type of console this is (TTY, X,