aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xast_expr.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast_expr.y b/ast_expr.y
index e90931f87..bbe174005 100755
--- a/ast_expr.y
+++ b/ast_expr.y
@@ -16,7 +16,7 @@
#ifndef SOLARIS
#include <err.h>
#else
-typedef uint64_t quad_t;
+#define quad_t uint64_t
#endif
#include <errno.h>
#include <regex.h>