aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr.y
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr.y')
-rwxr-xr-xast_expr.y7
1 files changed, 7 insertions, 0 deletions
diff --git a/ast_expr.y b/ast_expr.y
index 5125ec563..97b2b021c 100755
--- a/ast_expr.y
+++ b/ast_expr.y
@@ -20,6 +20,13 @@
#include <asterisk/ast_expr.h>
#include <asterisk/logger.h>
+#ifdef LONG_LONG_MIN
+#define QUAD_MIN LONG_LONG_MIN
+#endif
+#ifdef LONG_LONG_MAX
+#define QUAD_MAX LONG_LONG_MAX
+#endif
+
# if ! defined(QUAD_MIN)
# define QUAD_MIN (-0x7fffffffffffffffL-1)
# endif