comparison src/device-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
comparison
equal deleted inserted replaced
5113:b2dcf6a6d8ab 5133:444a448b2f53
69 #define MAYBE_LISP_DEVMETH(d, m, args) \ 69 #define MAYBE_LISP_DEVMETH(d, m, args) \
70 MAYBE_LISP_CONTYPE_METH ((d)->devmeths, m, args) 70 MAYBE_LISP_CONTYPE_METH ((d)->devmeths, m, args)
71 71
72 struct device 72 struct device
73 { 73 {
74 struct LCRECORD_HEADER header; 74 NORMAL_LISP_OBJECT_HEADER header;
75 75
76 /* Methods for this device's console. This can also be retrieved 76 /* Methods for this device's console. This can also be retrieved
77 through device->console, but it's faster this way. */ 77 through device->console, but it's faster this way. */
78 struct console_methods *devmeths; 78 struct console_methods *devmeths;
79 79