summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.tab.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-26 22:41:16 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-26 22:41:16 +0000
commitaaf99191c8c1f7640829b7d37d31ceedd9ffc31f (patch)
tree3dbc61a46a707b51ccedb9d8c204c27e9073ea23 /pbx/ael/ael.tab.h
parent7212fa80ad49215b5b4e2b3d88f1ad7f765a6a28 (diff)
include/asterisk/ael_structs.h:
- protect against multiple includes of ael_structs.h - remove prototypes for unused or undeclared functions pbx/ael/ael.y - staticize functions as appropriate - constify arguments - remove useless extern pbx/ael/ael.flex - ifdef out unused functions pbx/pbx_ael.c - constify some variables and arguments - ifdef out unused functions - staticize functions as appropriate update generated files accordingly git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@22654 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 48459ee7c..57878d8a9 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 47 "ael.y"
+#line 50 "ael.y"
typedef union YYSTYPE {
char *str;
struct pval *pval;