aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-10-10 15:20:37 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2014-10-10 15:20:37 -0700
commita991f94c0e5c51555875564ce58681a82d07cd69 (patch)
tree14dec39546e66b5c44c425888fa90739656a4b4b /test/main.h
parent498b7eed25bdb3b90f2fc45dd822c96aa08db2f8 (diff)
Fixed the thread pool test
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/main.h b/test/main.h
index b504970f3..9cb41c828 100644
--- a/test/main.h
+++ b/test/main.h
@@ -47,8 +47,8 @@
// protected by parenthesis against macro expansion, the min()/max() macros
// are defined here and any not-parenthesized min/max call will cause a
// compiler error.
-#define min(A,B) please_protect_your_min_with_parentheses
-#define max(A,B) please_protect_your_max_with_parentheses
+//#define min(A,B) please_protect_your_min_with_parentheses
+//#define max(A,B) please_protect_your_max_with_parentheses
#define FORBIDDEN_IDENTIFIER (this_identifier_is_forbidden_to_avoid_clashes) this_identifier_is_forbidden_to_avoid_clashes
// B0 is defined in POSIX header termios.h