From fcd80ee83be2a9e14e04bbc60544aa53ab7a6750 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Wed, 4 Oct 2006 15:52:12 +0000 Subject: [PATCH] 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 --- apps/app_macro.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"