From 177264d941316dcc93ac5414aa58d5d3911b15af Mon Sep 17 00:00:00 2001 From: jdc8 Date: Tue, 10 Apr 2012 06:33:15 -0400 Subject: [PATCH] c++ style comments result in compile errors with non-c99 C compiler --- include/zmq.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/zmq.h b/include/zmq.h index 3c1cba4e..713d9f2b 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -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