summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/common.h')
-rw-r--r--Build/source/utils/asymptote/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/common.h b/Build/source/utils/asymptote/common.h
index 78ab9e5e6a5..b121ba9beca 100644
--- a/Build/source/utils/asymptote/common.h
+++ b/Build/source/utils/asymptote/common.h
@@ -62,10 +62,14 @@ typedef unsigned int unsignedInt;
#if COMPACT
// Reserve highest two values for DefaultValue and Undefined states.
#define Int_MAX (Int_MAX2-2)
+#define int_MAX (LONG_MAX-2)
#else
#define Int_MAX Int_MAX2
+#define int_MAX LONG_MAX
#endif
+#define int_MIN LONG_MIN
+
using std::cout;
using std::cin;
using std::cerr;