summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.tab.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-27 17:43:49 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-27 17:43:49 +0000
commit776a3da1a7815214cef84b14b4f743d566cace06 (patch)
tree56778863c45634d19d9a03d8e82fa876097f1e3f /pbx/ael/ael.tab.h
parent73ea5316b5fa7965d8956318cd2280eeda2cebfd (diff)
use ast_calloc for memory allocations
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22903 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 57878d8a9..9328eb746 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 50 "ael.y"
+#line 51 "ael.y"
typedef union YYSTYPE {
char *str;
struct pval *pval;