--- freem/src/symtab_bltin.c 2025/04/04 12:46:13 1.8 +++ freem/src/symtab_bltin.c 2025/04/10 01:24:39 1.10 @@ -1,5 +1,5 @@ /* - * $Id: symtab_bltin.c,v 1.8 2025/04/04 12:46:13 snw Exp $ + * $Id: symtab_bltin.c,v 1.10 2025/04/10 01:24:39 snw Exp $ * FreeM local system table and user-defined special variable table * * @@ -24,6 +24,12 @@ * along with FreeM. If not, see . * * $Log: symtab_bltin.c,v $ + * Revision 1.10 2025/04/10 01:24:39 snw + * Remove C++ style comments + * + * Revision 1.9 2025/04/09 19:52:02 snw + * Eliminate as many warnings as possible while building with -Wall + * * Revision 1.8 2025/04/04 12:46:13 snw * Patch Solaris 8 crash and bump version to 0.63.1-rc1 * @@ -591,7 +597,7 @@ no_with: /* OLD get_sym routine */ if ((i = alphptr[(int) key[0]])) { -// printf ("alphptr match; writing_mb = %d\r\n", writing_mb); +/* printf ("alphptr match; writing_mb = %d\r\n", writing_mb); */ k = 1; j = i + 1; /* first char always matches! */ @@ -634,6 +640,9 @@ no_with: } while (i < PSIZE); } + else { + printf ("alphptr not found\r\n"); + } merr_raise (M6); data[0] = EOL; @@ -1841,7 +1850,7 @@ zinvend: *newptr++ = k1; *newptr++ = set_sym; - //if (mcmnd != ZNEW) test = FALSE; + /*if (mcmnd != ZNEW) test = FALSE; */ return;