--- freem/src/mpsdef0.h 2025/03/24 04:13:11 1.13 +++ freem/src/mpsdef0.h 2025/04/13 04:22:43 1.14 @@ -1,5 +1,5 @@ /* - * $Id: mpsdef0.h,v 1.13 2025/03/24 04:13:11 snw Exp $ + * $Id: mpsdef0.h,v 1.14 2025/04/13 04:22:43 snw Exp $ * common constants definitions for all mumps modules * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: mpsdef0.h,v $ + * Revision 1.14 2025/04/13 04:22:43 snw + * Fix snprintf calls + * * Revision 1.13 2025/03/24 04:13:11 snw * Replace action macro dat with fra_dat to avoid symbol conflict on OS/2 * @@ -167,6 +170,9 @@ #define STRLEN_GBL 252 #define BIGSTR 65535 +/* length of destructors */ +#define OBJ_DSTRSIZE 50 + /* length of $ZTRAP variable */ #define ZTLEN 20