summaryrefslogtreecommitdiff
path: root/graphics/asymptote/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/common.h')
-rw-r--r--graphics/asymptote/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/asymptote/common.h b/graphics/asymptote/common.h
index 6ee3d971f0..7f582e70ff 100644
--- a/graphics/asymptote/common.h
+++ b/graphics/asymptote/common.h
@@ -73,6 +73,7 @@ typedef unsigned long unsignedInt;
#else
#define Int_MAX2 INT_MAX
#define Int_MIN INT_MIN
+#define intIsInt
typedef int Int;
typedef unsigned int unsignedInt;
#endif