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