Mercurial > hg > xemacs-beta
diff src/device.h @ 5118:e0db3c197671 ben-lisp-object
merge up to latest default branch, doesn't compile yet
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:18:49 -0600 |
parents | e22b0213b713 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/device.h Sat Dec 26 00:20:27 2009 -0600 +++ b/src/device.h Sat Dec 26 21:18:49 2009 -0600 @@ -31,7 +31,7 @@ struct device; -DECLARE_LRECORD (device, struct device); +DECLARE_LISP_OBJECT (device, struct device); #define XDEVICE(x) XRECORD (x, device, struct device) #define wrap_device(p) wrap_record (p, device) #define DEVICEP(x) RECORDP (x, device)