* eval.c (macro-eval!): Removed. This function was a design bug.
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 2 Jan 1998 16:44:05 +0000 (16:44 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Fri, 2 Jan 1998 16:44:05 +0000 (16:44 +0000)
commitb971e6c65cb0cf3a8513240d635793b5f08ab302
tree167b1678d70f6d73cfe7d7d03cd5be7900cbf4c2
parent29521173a072162fe2fbe60dda35deeb3cbf51e9
* eval.c (macro-eval!): Removed.  This function was a design bug.
It allowed memoized code to leak out to the scheme level.  Most
things that you could do with `macro-eval!' can be done with
`local-eval'.
libguile/ChangeLog
libguile/eval.c