From 1c10cb0ff155b3cbad9c6186a92b7fcfd8920eeb Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 26 May 2008 00:48:10 -0500 Subject: [PATCH] Update for word renaming --- core/compiler/units/units.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/compiler/units/units.factor b/core/compiler/units/units.factor index 11c81f4097..729cfcd179 100755 --- a/core/compiler/units/units.factor +++ b/core/compiler/units/units.factor @@ -1,7 +1,7 @@ ! Copyright (C) 2008 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: kernel continuations assocs namespaces sequences words -vocabs definitions hashtables init ; +vocabs definitions hashtables init sets ; IN: compiler.units SYMBOL: old-definitions