aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr.y
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-15 16:07:35 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-15 16:07:35 +0000
commite929058fd6e66074854f061dda3ed00b24366df0 (patch)
tree7484282ca0a193588e1b043b807ec8bd8975ac4f /ast_expr.y
parent6bacd1787a9490dcac1a6a9d3b1c3791d8ae9548 (diff)
Fix quad_t (bug #3048)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4455 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ast_expr.y')
-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>