|
|
| version 1.5, 2025/03/22 18:43:54 | version 1.6, 2025/05/02 16:30:16 |
|---|---|
| Line 24 | Line 24 |
| * along with FreeM. If not, see <https://www.gnu.org/licenses/>. | * along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
| * | * |
| * $Log$ | * $Log$ |
| * 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 | * Revision 1.5 2025/03/22 18:43:54 snw |
| * Make STRLEN 255 chars and add BIGSTR macro for larger buffers | * Make STRLEN 255 chars and add BIGSTR macro for larger buffers |
| * | * |
| Line 50 | Line 53 |
| void gl (char *global, short kf, short df, short nr, int chop); | void gl (char *global, short kf, short df, short nr, int chop); |
| int gverify (char *gpath); | 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); | int key_check (char *key); |
| void check (unsigned long blknbr); | void check (unsigned long blknbr); |
| static short int g_collate (char s[], char t[]); /* if 't' follows 's' in MUMPS collating */ | static short int g_collate (char s[], char t[]); /* if 't' follows 's' in MUMPS collating */ |