--- freem/src/symtab_dispatch.c 2025/04/13 04:22:43 1.5 +++ freem/src/symtab_dispatch.c 2025/04/28 14:52:54 1.6 @@ -1,5 +1,5 @@ /* - * $Id: symtab_dispatch.c,v 1.5 2025/04/13 04:22:43 snw Exp $ + * $Id: symtab_dispatch.c,v 1.6 2025/04/28 14:52:54 snw Exp $ * symbol table dispatch module * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: symtab_dispatch.c,v $ + * Revision 1.6 2025/04/28 14:52:54 snw + * Temporarily revert global handler refactor and fix reference regression in xecline + * * Revision 1.5 2025/04/13 04:22:43 snw * Fix snprintf calls * @@ -61,6 +64,7 @@ void symtab (short action, char *key, ch mref_init (r, MREF_RT_LOCAL, ""); internal_to_mref (r, key); + /* res = obj_is_object (r->name); if (res == TRUE) { @@ -84,7 +88,8 @@ void symtab (short action, char *key, ch } - } + } + */ if (action != fra_order && action != fra_query) { for (i = 0; i < r->subscript_count; i++) {