From: Steve Murphy Date: Wed, 4 Oct 2006 15:52:12 +0000 (+0000) Subject: OOOps! There is no alternative to suggest in 1.4. A small erasure. X-Git-Tag: 1.4.0-beta3~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcd80ee83be2a9e14e04bbc60544aa53ab7a6750;p=thirdparty%2Fasterisk.git OOOps! There is no alternative to suggest in 1.4. A small erasure. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44338 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_macro.c b/apps/app_macro.c index ac1d766f3c..5eeecff114 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(?macroname_a[|arg1][:macroname_b[|arg1]])\n"