OSDN Git Service

(.splice): Note that arguments are evaluated first.
authordevans <devans>
Wed, 20 Jan 2010 15:31:25 +0000 (15:31 +0000)
committerdevans <devans>
Wed, 20 Jan 2010 15:31:25 +0000 (15:31 +0000)
cgen/doc/pmacros.texi

index 12e249b..31a9ccd 100644 (file)
@@ -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