--- freem/src/mpsdef.h 2025/03/24 04:05:36 1.5 +++ freem/src/mpsdef.h 2025/04/02 03:02:42 1.6 @@ -1,5 +1,5 @@ /* - * $Id: mpsdef.h,v 1.5 2025/03/24 04:05:36 snw Exp $ + * $Id: mpsdef.h,v 1.6 2025/04/02 03:02:42 snw Exp $ * common external definitions for all mumps modules * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: mpsdef.h,v $ + * Revision 1.6 2025/04/02 03:02:42 snw + * Stop requiring users to pass -e to fmadm when -u or -g are passed + * * Revision 1.5 2025/03/24 04:05:36 snw * Replace crlf with frm_crlf to avoid symbol conflict with readline on OS/2 * @@ -323,10 +326,6 @@ extern char oucpath[PATHLEN]; /* OPEN/U extern char rgafile[PATHLEN]; /* routine/global access protocol file */ extern char zargdefname[PATHLEN]; /* default varname for Zcommands */ extern FILE *rgaccess; /* dto. filedes */ -extern char locktab[PATHLEN]; /* file with LOCKs */ -extern char zallotab[PATHLEN]; /* file with ZALLOCATE */ -extern char hcpyfile[PATHLEN]; /* hardcopy file */ -extern char jourfile[PATHLEN]; /* journal file */ extern FILE *jouraccess; /* dto. filedes */ extern char curdir[PATHLEN]; /* current directory */