--- freem/src/symtab_bltin.c 2025/04/04 12:46:13 1.8 +++ freem/src/symtab_bltin.c 2025/04/09 19:52:02 1.9 @@ -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.9 2025/04/09 19:52:02 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.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 * @@ -634,6 +637,9 @@ no_with: } while (i < PSIZE); } + else { + printf ("alphptr not found\r\n"); + } merr_raise (M6); data[0] = EOL;