summaryrefslogtreecommitdiff
path: root/graphics/asymptote/common.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-06-23 03:02:33 +0000
committerNorbert Preining <norbert@preining.info>2024-06-23 03:02:33 +0000
commit6abdc79a45a3d88a2e0a33a28a364efdb1f597c5 (patch)
tree4d5737dc0a85ac1c0845b76a7900d7bb5a2f2d3d /graphics/asymptote/common.h
parent4012cf5682cd4d2571914ef5de72cf8b933b4b0f (diff)
CTAN sync 202406230302
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