c++ style comments result in compile errors with non-c99 C compiler

This commit is contained in:
jdc8 2012-04-10 06:33:15 -04:00
parent f6330f3d8d
commit 177264d941

View File

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