summaryrefslogtreecommitdiff
path: root/res/ael
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2014-02-22 02:31:04 +0000
committerCorey Farrell <git@cfware.com>2014-02-22 02:31:04 +0000
commite468e73b9e5c60f2cd1f46efae104a9d891ed47b (patch)
tree7ad312e5247ddf914612e53d2a7a4a798d71fb15 /res/ael
parent73709e22ef96dd97231497610c1c636c7e3663c4 (diff)
Remove extra defines of AST_PBX_MAX_STACK.
* Ensure AST_PBX_MAX_STACK is only defined in extconf.h and pbx.h. * Fix incorrect function parameters in utils/extconf.c. (closes issue ASTERISK-23141) Reported by: Maxim Review: https://reviewboard.asterisk.org/r/3241/ ........ Merged revisions 408785 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 408786 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 408787 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@408788 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/ael')
-rw-r--r--res/ael/pval.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/ael/pval.c b/res/ael/pval.c
index 70bd68986..dc05cf7f1 100644
--- a/res/ael/pval.c
+++ b/res/ael/pval.c
@@ -60,7 +60,6 @@ extern struct ast_flags ast_compat;
extern int localized_pbx_load_module(void);
static char expr_output[2096];
-#define AST_PBX_MAX_STACK 128
#define BUF_SIZE 2000
/* these functions are in ../ast_expr2.fl */