bootstrap.layouts: calculate num-types

modern-harvey3-triple
Doug Coleman 2018-08-07 14:27:25 -04:00
parent 6b1318885d
commit c00487b3ee
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2007, 2009 Slava Pestov. ! Copyright (C) 2007, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: alien arrays byte-arrays kernel layouts math namespaces USING: alien arrays assocs byte-arrays kernel layouts math
quotations strings words ; namespaces quotations strings words ;
16 data-alignment set 16 data-alignment set
@ -29,6 +29,6 @@ H{
{ dll 13 } { dll 13 }
} type-numbers set } type-numbers set
14 num-types set type-numbers get assoc-size num-types set
2 header-bits set 2 header-bits set