mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-27 11:06:52 +01:00
Problem: Minor inconsistency in macro syntax. Solution: Code fixed. (#2534)
* Problem: Minor inconsistency in macro syntax. Solution: Code fixed.
This commit is contained in:
@@ -69,7 +69,7 @@
|
|||||||
delete poller_both_blocked;\
|
delete poller_both_blocked;\
|
||||||
delete poller_frontend_only;\
|
delete poller_frontend_only;\
|
||||||
delete poller_backend_only;\
|
delete poller_backend_only;\
|
||||||
} while (0)
|
} while (false)
|
||||||
|
|
||||||
|
|
||||||
#define CHECK_RC_EXIT_ON_FAILURE()\
|
#define CHECK_RC_EXIT_ON_FAILURE()\
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
PROXY_CLEANUP();\
|
PROXY_CLEANUP();\
|
||||||
return close_and_return (&msg, -1);\
|
return close_and_return (&msg, -1);\
|
||||||
}\
|
}\
|
||||||
} while(0)
|
} while (false)
|
||||||
|
|
||||||
#endif // ZMQ_HAVE_POLLER
|
#endif // ZMQ_HAVE_POLLER
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user