mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 13:31:58 -08:00
encoding: typo
This commit is contained in:
parent
1b90599696
commit
091d53626b
2 changed files with 2 additions and 2 deletions
|
|
@ -3075,7 +3075,7 @@ parse_external_format(cl_object stream, cl_object format, int flags)
|
|||
return (flags & ~ECL_STREAM_FORMAT) | ECL_STREAM_USER_FORMAT;
|
||||
}
|
||||
if (ECL_SYMBOLP(format)) {
|
||||
format = _ecl_funcall2(@'ext::make-encoding', mapping);
|
||||
format = _ecl_funcall2(@'ext::make-encoding', format);
|
||||
if (ECL_SYMBOLP(format))
|
||||
goto PARSE_SYMBOLS;
|
||||
stream->stream.format_table = format;
|
||||
|
|
|
|||
|
|
@ -1893,7 +1893,7 @@ cl_symbols[] = {
|
|||
{KEY_ "UCS-4LE",NULL},
|
||||
|
||||
{EXT_ "LOAD-ENCODING","ECL_NAME(si_load_encoding)"},
|
||||
{EXT_ "MAKE-ENCODING",NULL},
|
||||
{EXT_ "MAKE-ENCODING","ECL_NAME(si_load_encoding)"},
|
||||
{EXT_ "ALL-ENCODINGS",NULL},
|
||||
|
||||
{KEY_ "US-ASCII",NULL},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue