--- freem/src/fma_globals.c 2025/03/22 18:43:54 1.5 +++ freem/src/fma_globals.c 2025/05/02 16:30:16 1.6 @@ -1,5 +1,5 @@ /* - * $Id: fma_globals.c,v 1.5 2025/03/22 18:43:54 snw Exp $ + * $Id: fma_globals.c,v 1.6 2025/05/02 16:30:16 snw Exp $ * fmadm - globals * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: fma_globals.c,v $ + * Revision 1.6 2025/05/02 16:30:16 snw + * Fix broken build due to time issues + * * Revision 1.5 2025/03/22 18:43:54 snw * Make STRLEN 255 chars and add BIGSTR macro for larger buffers * @@ -50,7 +53,7 @@ void gl (char *global, short kf, short df, short nr, int chop); int gverify (char *gpath); -static short int g_collate (); /* if 't' follows 's' in MUMPS collating */ +/*static short int g_collate ();*/ /* if 't' follows 's' in MUMPS collating */ int key_check (char *key); void check (unsigned long blknbr); static short int g_collate (char s[], char t[]); /* if 't' follows 's' in MUMPS collating */