mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 06:22:33 -08:00
Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++).
This commit is contained in:
parent
dfe6fb3213
commit
40dd72fe51
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ create_server_port(int port)
|
|||
**********************************************************************/
|
||||
|
||||
cl_object
|
||||
make_stream(cl_object host, int fd, enum smmode smm)
|
||||
make_stream(cl_object host, int fd, enum ecl_smmode smm)
|
||||
{
|
||||
cl_object stream;
|
||||
char *mode; /* file open mode */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue