]> gitweb.factorcode.org Git - factor.git/blobdiff - core/bootstrap/primitives.factor
hashtables: rename ((tombstone)) to +tombstone+, ((empty)) to +empty+
[factor.git] / core / bootstrap / primitives.factor
index 2fbbfdf1c5965a09ddc98aff05a58a16a1e3d0d4..6e95f70b2ab3f740946e1303b046c783ffba448e 100755 (executable)
@@ -265,11 +265,11 @@ bi
 tuple
 { "state" } define-tuple-class
 
-"((empty))" "hashtables.private" create-word
+"+empty+" "hashtables.private" create-word
 { f } "tombstone" "hashtables.private" lookup-word
 slots>tuple 1quotation ( -- value ) define-inline
 
-"((tombstone))" "hashtables.private" create-word
+"+tombstone+" "hashtables.private" create-word
 { t } "tombstone" "hashtables.private" lookup-word
 slots>tuple 1quotation ( -- value ) define-inline