]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.cfg.builder: need to define the 'id' slot.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 16 Mar 2021 23:59:59 +0000 (16:59 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 16 Mar 2021 23:59:59 +0000 (16:59 -0700)
basis/compiler/cfg/builder/builder.factor

index 27de57e9f47fabb75eae4e4b037056e9c0eee454..34345b2eb2d805cb161788abcaea34bdb49091fd 100644 (file)
@@ -8,6 +8,7 @@ compiler.cfg.stacks.local compiler.cfg.utilities compiler.tree
 cpu.architecture kernel make math namespaces sequences words ;
 IN: compiler.cfg.builder
 
+SLOT: id
 SLOT: return
 SYMBOL: procedures
 SYMBOL: loops