From aa24973542155142d1e11be919fd46ddca4af16c Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Fri, 27 Jul 2012 19:35:48 -0700 Subject: [PATCH] Revert "bootstrap: words have read-only string names." This reverts commit 0fa588820f3b7d3235184d8998a754217c256e45. --- core/bootstrap/primitives.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/bootstrap/primitives.factor b/core/bootstrap/primitives.factor index f9f361452a..c5dd0ee308 100755 --- a/core/bootstrap/primitives.factor +++ b/core/bootstrap/primitives.factor @@ -235,7 +235,7 @@ bi "word" "words" create { { "hashcode" { "fixnum" "math" } } - { "name" { "string" "strings" } read-only } + "name" "vocabulary" { "def" { "quotation" "quotations" } initial: [ ] } "props"