diff src/lisp.h @ 321:19dcec799385 r21-0-58

Import from CVS: tag r21-0-58
author cvs
date Mon, 13 Aug 2007 10:46:44 +0200
parents 4b85ae5eabfb
children 8bec6624d99b
line wrap: on
line diff
--- a/src/lisp.h	Mon Aug 13 10:46:01 2007 +0200
+++ b/src/lisp.h	Mon Aug 13 10:46:44 2007 +0200
@@ -960,7 +960,7 @@
   struct lrecord_header lheader;
   Lisp_Object next;
   long size;
-  unsigned int bits[1];
+  unsigned long bits[1];
 };
 
 DECLARE_LRECORD (bit_vector, struct Lisp_Bit_Vector);