From 238051f56f1bfecd4433575981a686b2d14b2607 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 31 Mar 2003 14:28:43 +0000 Subject: [PATCH] macro's can contain !ifdef etc. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2403 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/defines.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/defines.but b/Docs/src/defines.but index f3b42f80..3ccca31c 100644 --- a/Docs/src/defines.but +++ b/Docs/src/defines.but @@ -34,7 +34,7 @@ Inserts the contents of a macro that was created with !macro. If the macro was c \e{!macro macro_name [parameter][...]} -Creates a macro named 'macro_name'. All lines between the !macro and the !macroend will be saved. To insert the macro later on, use !insertmacro. Note that macros cannot contain other macro definitions (though they can insert other macros), or !ifdef/!else/!endif. !macro definitions can have one or more parameters defined. The parameters may be accessed the same way a !define would (e.g. $\{PARMNAME\}) from inside the macro. +Creates a macro named 'macro_name'. All lines between the !macro and the !macroend will be saved. To insert the macro later on, use !insertmacro. !macro definitions can have one or more parameters defined. The parameters may be accessed the same way a !define would (e.g. $\{PARMNAME\}) from inside the macro. \e{!macroend}