aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.fl
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-28 17:56:21 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-28 17:56:21 +0000
commitb9f48ef3a2c194f26150880941e4a1eeff0912e5 (patch)
treeaac2ce8a2f2d7d9f1c35be7ecd3577885b0c8cf6 /main/ast_expr2.fl
parent65d15d6d6237d022dc6951185051aca8fbfbaa3b (diff)
Jason is having problems with the inclusion of <err.h>; it appears to be unnecessary for sucessful builds, so I either removed or commented out the inclusions from all the AEL related code. New outputs from bison/flex are included, etc.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@49019 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/ast_expr2.fl')
-rw-r--r--main/ast_expr2.fl2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ast_expr2.fl b/main/ast_expr2.fl
index df9668fe8..58c522883 100644
--- a/main/ast_expr2.fl
+++ b/main/ast_expr2.fl
@@ -35,7 +35,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <locale.h>
#include <ctype.h>
#if !defined(SOLARIS) && !defined(__CYGWIN__)
-#include <err.h>
+/* #include <err.h> */
#else
#define quad_t int64_t
#endif