WIP: variable

This commit is contained in:
Jan Nieuwenhuizen 2019-11-12 16:29:48 +01:00
parent beb982b3a0
commit 81972a9b2e
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 4 additions and 1 deletions

View File

@ -614,9 +614,12 @@ eval:
name = name->car;
if (macro_p != 0)
{
entry = cell_f;
/* FIXME: dead code; no tests
entry = assq (name, g_macros);
if (entry == cell_f)
macro_set_x (name, cell_f);
*/
macro_set_x (name, entry);
}
else
{