From e0216808e26fa2966ef8938d64fc20b791c5c3e3 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sun, 24 Mar 2013 10:10:45 -0700 Subject: [PATCH] io.encodings.strict: Rename --- basis/io/encodings/strict/strict.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/io/encodings/strict/strict.factor b/basis/io/encodings/strict/strict.factor index 53975ace4a..bf1d5376eb 100644 --- a/basis/io/encodings/strict/strict.factor +++ b/basis/io/encodings/strict/strict.factor @@ -3,9 +3,9 @@ USING: io.encodings kernel accessors summary ; IN: io.encodings.strict -TUPLE: strict code ; +TUPLE: strict-state code ; -C: strict strict +C: strict strict-state -M: strict decode-char +M: strict-state decode-char code>> decode-char dup replacement-char = [ decode-error ] when ;