]> sourceware.org Git - cgen.git/commit
Remove let bindings of macros
authorTom Tromey <tom@tromey.com>
Sat, 19 Aug 2023 17:41:23 +0000 (11:41 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 22 Aug 2023 16:52:33 +0000 (10:52 -0600)
commitaad7f11bf8e67f5f38a1fe576695d26fff930393
treedfa8a63950ed77770fccb51ff5823d829d41ab7c
parent6727123ed0312665b5180530385dd20bb3949816
Remove let bindings of macros

rtx-funcs.scm assumes that it can let-bind to macros and the right
thing will happen.  However, this is not correct according to more
recent versions of Guile, which more cleanly separate the expansion
and evaluation phases.

Remove the bindings and simply refer to the wordier names.
rtx-funcs.scm
This page took 0.022336 seconds and 5 git commands to generate.