aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-03 20:17:31 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-03 20:17:31 +0000
commit3a37070093275603ff3c797c2ca426f6d52b6fe2 (patch)
tree54ccd89a92a427e6ca4d727612181f40eb82ffc2 /main/ast_expr2.h
parent9982b145f400fd20c6dffa27529a75b4af67adec (diff)
Removing expr floating patch from 1.4; too much of a behavior change. If you want this fix, try trunk instead. bug 9508.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@73143 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/ast_expr2.h')
-rw-r--r--main/ast_expr2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/ast_expr2.h b/main/ast_expr2.h
index 4bff4d872..d4490512e 100644
--- a/main/ast_expr2.h
+++ b/main/ast_expr2.h
@@ -80,7 +80,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
-#line 165 "ast_expr2.y"
+#line 147 "ast_expr2.y"
{
struct val *val;
}