diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-10-14 22:01:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-10-14 22:01:25 -0700 |
commit | 8b7a8b346d02f7c81b6078ea61fc545df55b0dc8 (patch) | |
tree | 97f8fcd4200505635277ccf1f8a22d73ae5bf526 | |
parent | 1d6f0a604a5d338e0ef9e0a59c519f324afa1bb1 (diff) | |
download | txr-8b7a8b346d02f7c81b6078ea61fc545df55b0dc8.tar.gz txr-8b7a8b346d02f7c81b6078ea61fc545df55b0dc8.tar.bz2 txr-8b7a8b346d02f7c81b6078ea61fc545df55b0dc8.zip |
doc: defsymacro: runaway recursion.
* txr.1: If a symbol macro expands to itself indirectly, the
result isn't a loop but runaway recursion.
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26492,7 +26492,7 @@ form, just like Note: if a symbol macro expands to itself directly, expansion stops. However, if a symbol macro expands to itself through a chain of expansions, -an infinite expansion time loop results. +runaway expansion-time recursion will occur. If a global variable exists by the name .metn sym , |