Index: /trunk/ccl/hemlock/src/struct.lisp
===================================================================
--- /trunk/ccl/hemlock/src/struct.lisp	(revision 550)
+++ /trunk/ccl/hemlock/src/struct.lisp	(revision 551)
@@ -93,5 +93,8 @@
   (modified-tick -2)	      ; The last time the buffer was modified.
   (unmodified-tick -1)	      ; The last time the buffer was unmodified
+  #+clx
   windows		      ; List of all windows into this buffer.
+  #-clx
+  text-storage		      ; text storage object associated with this buffer
   var-values		      ; the buffer's local variables
   variables		      ; string-table of local variables
