summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.tab.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-05-02 03:03:27 +0000
committerRussell Bryant <russell@russellbryant.com>2006-05-02 03:03:27 +0000
commit34e0ae0e6a6488b6c9656d5137aa3d5a3b39f54a (patch)
treee0cd235594728dfb3a98eae9955adeb043631deb /pbx/ael/ael.tab.h
parent6e24fb7a37bde12787ffa3e36d63356c7e098414 (diff)
The build of aelparse was still broken in some cases, so instead of having to
keep figuring out workarounds for build issues on various platforms, just go ahead and remove what started all of this. Two instances of ast_calloc have been changed to calloc in pbx/ael/ael.y. ast_copy_string isn't actually needed here because the only place it is used is in ast_expr2f.c. However, the utils Makefile already builds its own ast_expr2f.o with -DSTANDALONE, which makes it use strncpy instead of ast_copy_string. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24115 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/ael/ael.tab.h')
-rw-r--r--pbx/ael/ael.tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/ael/ael.tab.h b/pbx/ael/ael.tab.h
index 4c64dd73e..60aff7d61 100644
--- a/pbx/ael/ael.tab.h
+++ b/pbx/ael/ael.tab.h
@@ -115,7 +115,7 @@
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
-#line 49 "ael.y"
+#line 48 "ael.y"
typedef union YYSTYPE {
int intval; /* integer value, typically flags */
char *str; /* strings */