diff src/device-impl.h @ 5140:e5380fdaf8f1

merge
author Ben Wing <ben@xemacs.org>
date Sat, 13 Mar 2010 05:38:34 -0600
parents a9c41067dd88
children 308d34e9f07d
line wrap: on
line diff
--- a/src/device-impl.h	Fri Mar 12 20:23:50 2010 -0600
+++ b/src/device-impl.h	Sat Mar 13 05:38:34 2010 -0600
@@ -71,7 +71,7 @@
 
 struct device
 {
-  struct LCRECORD_HEADER header;
+  NORMAL_LISP_OBJECT_HEADER header;
 
   /* Methods for this device's console.  This can also be retrieved
      through device->console, but it's faster this way. */