aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-31 19:39:05 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2008-12-31 19:39:05 +0000
commit4d447c41e3e4790ff688c950bf96316d5a7d46f6 (patch)
tree6c330586502581246b91c2dfee8b72e780d0907c /main/ast_expr2.h
parentbcd3e8fe43f49f221226fdab8873a844b29f18b5 (diff)
That was weird...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@166958 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/ast_expr2.h')
-rw-r--r--main/ast_expr2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/ast_expr2.h b/main/ast_expr2.h
index 5ae12ac04..d2a560aa1 100644
--- a/main/ast_expr2.h
+++ b/main/ast_expr2.h
@@ -94,13 +94,13 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
-#line 344 "/home/tilghman/Asterisk/asterisk-trunk/main/ast_expr2.y"
+#line 342 "ast_expr2.y"
{
struct val *val;
struct expr_node *arglist;
}
/* Line 1489 of yacc.c. */
-#line 104 "/home/tilghman/Asterisk/asterisk-trunk/main/ast_expr2.h"
+#line 104 "ast_expr2.h"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1