basis: End <PRIVATE with PRIVATE>.

db4
Doug Coleman 2013-03-10 18:45:17 -07:00
parent d7a61ae809
commit ce72121c7a
4 changed files with 8 additions and 0 deletions

View File

@ -135,3 +135,5 @@ M: gb18030 decode-char ( stream encoding -- char )
{ [ dup quad-1/3? ] [ two-byte ] }
[ 2drop replacement-char ]
} cond ;
PRIVATE>

View File

@ -105,3 +105,5 @@ M:: iso2022-state decode-char ( stream encoding -- char )
] [ encoding finish-decode ] if
]
} case ;
PRIVATE>

View File

@ -62,3 +62,5 @@ M: jis decode-char
[ 2drop replacement-char ] if*
] if
] [ 2drop f ] if* ;
PRIVATE>

View File

@ -216,3 +216,5 @@ load-properties properties swap assoc-union! drop
[ name>char [ "Invalid character" throw ] unless* ]
name>char-hook set-global
PRIVATE>