diff src/device.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 e0db3c197671
children 308d34e9f07d
line wrap: on
line diff
--- a/src/device.h	Sun Mar 07 06:43:19 2010 -0600
+++ b/src/device.h	Sun Mar 07 06:47:37 2010 -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)