0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 01:37:56 +08: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:
BJovke 2017-04-14 18:10:57 +02:00 committed by Luca Boccassi
parent e8be2e9d60
commit 1d4014dc52

View File

@ -69,7 +69,7 @@
delete poller_both_blocked;\
delete poller_frontend_only;\
delete poller_backend_only;\
} while (0)
} while (false)
#define CHECK_RC_EXIT_ON_FAILURE()\
@ -78,7 +78,7 @@
PROXY_CLEANUP();\
return close_and_return (&msg, -1);\
}\
} while(0)
} while (false)
#endif // ZMQ_HAVE_POLLER