io.encodings.euc: make encoding table read-only.

windows-high-dpi
John Benediktsson 2018-02-28 08:52:15 -08:00
parent 1887593b8e
commit 7dd32181dd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ math.order simple-flat-file io io.binary byte-arrays locals combinators
words classes.singleton fry classes.parser parser quotations ;
IN: io.encodings.euc
TUPLE: euc { table biassoc } ;
TUPLE: euc { table biassoc read-only } ;
<PRIVATE