projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
dd6a232
)
Fix quad_t (bug #3048)
author
Mark Spencer
<markster@digium.com>
Wed, 15 Dec 2004 16:07:35 +0000
(16:07 +0000)
committer
Mark Spencer
<markster@digium.com>
Wed, 15 Dec 2004 16:07:35 +0000
(16:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4455
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
ast_expr.y
patch
|
blob
|
history
diff --git
a/ast_expr.y
b/ast_expr.y
index
e90931f
..
bbe1740
100755
(executable)
--- 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>