--- freem/src/symtab_bltin.c 2025/04/14 19:56:27 1.12 +++ freem/src/symtab_bltin.c 2025/04/19 21:52:20 1.13 @@ -1,5 +1,5 @@ /* - * $Id: symtab_bltin.c,v 1.12 2025/04/14 19:56:27 snw Exp $ + * $Id: symtab_bltin.c,v 1.13 2025/04/19 21:52:20 snw Exp $ * FreeM local system table and user-defined special variable table * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: symtab_bltin.c,v $ + * Revision 1.13 2025/04/19 21:52:20 snw + * Remove extraneous symbol table debugging message + * * Revision 1.12 2025/04/14 19:56:27 snw * Working towards FreeBSD fix * @@ -647,19 +650,12 @@ no_with: } while (i < PSIZE); } - else { - printf ("alphptr not found\r\n"); - } merr_raise (M6); data[0] = EOL; return; - - - - case set_sym: /* store/create variable */