Print changes

This commit is contained in:
2026-08-13 02:41:41 -07:00
parent 046b9b0c87
commit 7b854c1559
11 changed files with 438 additions and 26 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ void set_lexical_variable(LispVal *name, LispVal *value) {
abort();
}
if (DYNAMIC_SYMBOL_P(name)) {
push_dynamic_binding(name, value);
SET_SYMBOL_VALUE(name, value);
} else {
Vlexical_environment = Fplist_put(Vlexical_environment, name, value);
}