basis: End <PRIVATE with PRIVATE>.
parent
d7a61ae809
commit
ce72121c7a
|
@ -135,3 +135,5 @@ M: gb18030 decode-char ( stream encoding -- char )
|
|||
{ [ dup quad-1/3? ] [ two-byte ] }
|
||||
[ 2drop replacement-char ]
|
||||
} cond ;
|
||||
|
||||
PRIVATE>
|
||||
|
|
|
@ -105,3 +105,5 @@ M:: iso2022-state decode-char ( stream encoding -- char )
|
|||
] [ encoding finish-decode ] if
|
||||
]
|
||||
} case ;
|
||||
|
||||
PRIVATE>
|
||||
|
|
|
@ -62,3 +62,5 @@ M: jis decode-char
|
|||
[ 2drop replacement-char ] if*
|
||||
] if
|
||||
] [ 2drop f ] if* ;
|
||||
|
||||
PRIVATE>
|
||||
|
|
|
@ -216,3 +216,5 @@ load-properties properties swap assoc-union! drop
|
|||
|
||||
[ name>char [ "Invalid character" throw ] unless* ]
|
||||
name>char-hook set-global
|
||||
|
||||
PRIVATE>
|
||||
|
|
Loading…
Reference in New Issue