mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Merge pull request #308 from jdc8/master
C++ style comments result in compile errors with non-c99 C compiler
This commit is contained in:
commit
899778dcb3
@ -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…
Reference in New Issue
Block a user