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


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@408786 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Corey Farrell
2014-02-22 02:28:07 +00:00
parent e2dae45080
commit 5a7221decb
4 changed files with 2 additions and 42 deletions

View File

@@ -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 */