From: devans Date: Wed, 20 Jan 2010 15:31:25 +0000 (+0000) Subject: (.splice): Note that arguments are evaluated first. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=9a49456e064cc44dec6872ee012446e418d4facb;p=pf3gnuchains%2Fpf3gnuchains4x.git (.splice): Note that arguments are evaluated first. --- diff --git a/cgen/doc/pmacros.texi b/cgen/doc/pmacros.texi index 12e249bfc8..31a9ccd3b4 100644 --- a/cgen/doc/pmacros.texi +++ b/cgen/doc/pmacros.texi @@ -597,6 +597,10 @@ I.e. this is not supported: Note that @code{.splice} without any @code{.unsplice} expressions behaves identically to @code{.list}. +Also note that the arguments to @code{.splice} and @code{.unsplice} are +evaluted first. Any macro invocations are first expanded, and then +@code{.unsplice} is processed. + @node Referencing a list element @subsection Referencing a list element @cindex .ref