summaryrefslogtreecommitdiff
path: root/ast_expr2.y
diff options
context:
space:
mode:
Diffstat (limited to 'ast_expr2.y')
-rwxr-xr-xast_expr2.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast_expr2.y b/ast_expr2.y
index f999a2b10..c2af98ce2 100755
--- a/ast_expr2.y
+++ b/ast_expr2.y
@@ -21,7 +21,7 @@
#ifndef SOLARIS
#include <err.h>
#else
-#define quad_t uint64_t
+#define quad_t int64_t
#endif
#include <errno.h>
#include <regex.h>