]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/layouts.hpp
bootstrap: rename layouts/layouts.factor to layouts.factor.
[factor.git] / vm / layouts.hpp
index e60201ed5dd7a9b3f98fbaf73d6daead50231c44..a5fdbcc64fdeb60b9baf7f2d5de0672231ca12fd 100644 (file)
@@ -9,7 +9,7 @@ inline static cell alignment_for(cell a, cell b) { return align(a, b) - a; }
 
 static const cell data_alignment = 16;
 
-// Must match leaf-stack-frame-size in core/layouts/layouts.factor
+// Must match leaf-stack-frame-size in core/bootstrap/layouts.factor
 #define LEAF_FRAME_SIZE 16
 
 #define WORD_SIZE (signed)(sizeof(cell) * 8)
@@ -21,7 +21,7 @@ static const cell data_alignment = 16;
 #define RETAG(x, tag) (UNTAG(x) | (tag))
 
 // Type tags, should be kept in sync with:
-//   core/bootstrap/layouts/layouts.factor
+//   core/bootstrap/layouts.factor
 #define FIXNUM_TYPE 0
 #define F_TYPE 1
 #define ARRAY_TYPE 2