Commit 899778dc authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #308 from jdc8/master

C++ style comments result in compile errors with non-c99 C compiler
parents f6330f3d 177264d9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment