mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 15:26:04 +00:00
c++ style comments result in compile errors with non-c99 C compiler
This commit is contained in:
parent
f6330f3d8d
commit
177264d941
@ -133,11 +133,11 @@ ZMQ_EXPORT const char *zmq_strerror (int errnum);
|
||||
/******************************************************************************/
|
||||
|
||||
/* New API */
|
||||
// Context options
|
||||
/* Context options */
|
||||
#define ZMQ_IO_THREADS 1
|
||||
#define ZMQ_MAX_SOCKETS 2
|
||||
|
||||
// Default for new contexts
|
||||
/* Default for new contexts */
|
||||
#define ZMQ_IO_THREADS_DFLT 1
|
||||
#define ZMQ_MAX_SOCKETS_DFLT 1024
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user