Closed dhil closed 8 months ago
This patch tweaks the call_builtin macro ever-so-slightly by making sure it is hygienic (i.e. generated names doesn't clash with those in the current scope) by enclosing generated names in local scopes.
call_builtin
Ah excellent. I suspected that might be the case. I will merge this just for the prettier names.
This patch tweaks the
call_builtin
macro ever-so-slightly by making sure it is hygienic (i.e. generated names doesn't clash with those in the current scope) by enclosing generated names in local scopes.