fix, change order of bitset in lrecord struct, hash_cache last
authorSebastian Freundt <freundt@ga-group.nl>
Fri, 9 Mar 2012 17:14:45 +0000 (17:14 +0000)
committerSebastian Freundt <freundt@ga-group.nl>
Fri, 9 Mar 2012 17:14:45 +0000 (17:14 +0000)
Signed-off-by: Sebastian Freundt <freundt@ga-group.nl>
src/lrecord.h

index 0642434..ebe0e30 100644 (file)
@@ -74,8 +74,9 @@ struct lrecord_header {
        /* 1 if the object is readonly from lisp */
        unsigned int lisp_readonly:1;
 
-       long unsigned int hash_cache;
        unsigned int morphisms:/*number_of_cat_morphism_kinds => */6;
+
+       long unsigned int hash_cache;
 };
 
 struct lrecord_implementation;