mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-20 11:32:35 -08:00
Export file-stream-fd from EXT
This commit is contained in:
parent
5208c8aadf
commit
7b38840b1e
2 changed files with 2 additions and 2 deletions
|
|
@ -1147,7 +1147,7 @@ cl_symbols[] = {
|
|||
{SYS_ "FILE-COLUMN", SI_ORDINARY, si_file_column, 1, OBJNULL},
|
||||
{EXT_ "FILE-KIND", EXT_ORDINARY, si_file_kind, 2, OBJNULL},
|
||||
{SYS_ "FILL-POINTER-SET", SI_ORDINARY, si_fill_pointer_set, 2, OBJNULL},
|
||||
{SYS_ "FILE-STREAM-FD", SI_ORDINARY, si_file_stream_fd, 1, OBJNULL},
|
||||
{EXT_ "FILE-STREAM-FD", EXT_ORDINARY, si_file_stream_fd, 1, OBJNULL},
|
||||
{EXT_ "FIXNUMP", EXT_ORDINARY, si_fixnump, 1, OBJNULL},
|
||||
{SYS_ "FORMAT-ERROR", SI_ORDINARY, NULL, -1, OBJNULL},
|
||||
#ifdef ECL_CMU_FORMAT
|
||||
|
|
|
|||
|
|
@ -1147,7 +1147,7 @@ cl_symbols[] = {
|
|||
{SYS_ "FILE-COLUMN","si_file_column"},
|
||||
{EXT_ "FILE-KIND","si_file_kind"},
|
||||
{SYS_ "FILL-POINTER-SET","si_fill_pointer_set"},
|
||||
{SYS_ "FILE-STREAM-FD","si_file_stream_fd"},
|
||||
{EXT_ "FILE-STREAM-FD","si_file_stream_fd"},
|
||||
{EXT_ "FIXNUMP","si_fixnump"},
|
||||
{SYS_ "FORMAT-ERROR",NULL},
|
||||
#ifdef ECL_CMU_FORMAT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue