From 6c7f4c1e3244a8f272d156dcfb3e2fb76725c215 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Thu, 28 Dec 2006 17:56:21 +0000 Subject: Jason is having problems with the inclusion of ; 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: https://origsvn.digium.com/svn/asterisk/trunk@49019 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/ast_expr2.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/ast_expr2.y') diff --git a/main/ast_expr2.y b/main/ast_expr2.y index 85c34b2c9..79add0523 100644 --- a/main/ast_expr2.y +++ b/main/ast_expr2.y @@ -26,7 +26,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #include #if !defined(SOLARIS) && !defined(__CYGWIN__) -#include + /* #include */ #else #define quad_t int64_t #endif -- cgit v1.2.3