summaryrefslogtreecommitdiff
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-12-31 19:39:05 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-12-31 19:39:05 +0000
commitdca80878af43c80b55432e3c7a409e76a35246b4 (patch)
tree6c330586502581246b91c2dfee8b72e780d0907c /main/ast_expr2.h
parent7cb7920e1977d66d885060e5710bbcc43b2f8e11 (diff)
That was weird...
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166958 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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