lisp.h: Fix a problem with aliasing and vector headers.
[bpt/emacs.git] / src / frame.h
index 944a327..b130048 100644 (file)
@@ -82,8 +82,7 @@ struct font_driver_list;
 
 struct frame
 {
-  EMACS_UINT size;
-  struct Lisp_Vector *next;
+  struct vector_header header;
 
   /* All Lisp_Object components must come first.
      That ensures they are all aligned normally.  */