From: Hans-Peter Nilsson Date: Wed, 20 Mar 2002 22:05:57 +0000 (+0000) Subject: * doc/pmacros.texi (Symbol concatenation): Mention that .sym X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b4f1ebc2482524f284d3110e7631b80afb2cf5fd;p=cgen.git * doc/pmacros.texi (Symbol concatenation): Mention that .sym results are expanded recursively. --- diff --git a/ChangeLog b/ChangeLog index 294078f..862c0ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-20 Hans-Peter Nilsson + + * doc/pmacros.texi (Symbol concatenation): Mention that .sym + results are expanded recursively. + 2002-03-19 Hans-Peter Nilsson * pmacros.scm (-pmacro-expand,scan): If result is a symbol, diff --git a/doc/pmacros.texi b/doc/pmacros.texi index 58e86e1..d74f9a8 100644 --- a/doc/pmacros.texi +++ b/doc/pmacros.texi @@ -144,8 +144,8 @@ Acceptable arguments are symbols, strings, and numbers. The result is a symbol with the arguments concatenated together. Numbers are converted to a string, base 10, and then to a symbol. The result must be a valid Scheme symbol with the additional restriction -that the first character must be a letter. The result is not further -expanded, regardless of whether there's a macro by that name. +that the first character must be a letter. The resulting symbol +is recursively macro-expanded. @node String concatenation @section String concatenation