Most structure and enumeration types are renamed to avoid clashes with other libraries (most notably C++).

This commit is contained in:
jjgarcia 2003-10-23 08:10:18 +00:00
parent dfe6fb3213
commit 40dd72fe51

View file

@ -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 */