On Fri, 23 Feb 2007, Angus Leeming wrote:

Bo Peng <[EMAIL PROTECTED]> writes:
I had a quick scan of the two installer code bases and was quite
surprised about the complexity of the installers

if and endif (interesting)
J: 89
U: 269

If memory serves, 'if' and 'endif' aren't native NSIS instructions. Rather, these things are user-friendly macros wrapping the native code.

Yup. I'm almost surprised 'call' isn't implemented as a macro that pushes the current line number+1 and does a goto ;-)

/C

--
Christian Ridderström, +46-8-768 39 44               http://www.md.kth.se/~chr

Reply via email to