aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 15:52:12 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-04 15:52:12 +0000
commitb97f7c10d8e29bf12a88344981a7dacaf08ce99e (patch)
tree04cee2f48de5eafc7df63eb2760247f82ca98457
parentfc3792cdf87523d34ac5198fce53959c9308d678 (diff)
OOOps! There is no alternative to suggest in 1.4. A small erasure.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@44338 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--apps/app_macro.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/app_macro.c b/apps/app_macro.c
index ac1d766f3..5eeecff11 100644
--- a/apps/app_macro.c
+++ b/apps/app_macro.c
@@ -66,9 +66,7 @@ static char *descrip =
" memory stack allowance, macros are limited to 7 levels\n"
" of nesting (macro calling macro calling macro, etc.); It\n"
" may be possible that stack-intensive applications in deeply nested macros\n"
-" could cause asterisk to crash earlier than this limit. It is advised that\n"
-" if you need to deeply nest macro calls, that you use the Gosub application\n"
-" (now allows arguments like a Macro) with explict Return() calls instead.\n";
+" could cause asterisk to crash earlier than this limit.\n";
static char *if_descrip =
" MacroIf(<expr>?macroname_a[|arg1][:macroname_b[|arg1]])\n"