--- freem/src/mpsdef0.h 2025/03/24 01:48:40 1.12 +++ freem/src/mpsdef0.h 2025/04/13 04:22:43 1.14 @@ -1,5 +1,5 @@ /* - * $Id: mpsdef0.h,v 1.12 2025/03/24 01:48:40 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,12 @@ * 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 + * * Revision 1.12 2025/03/24 01:48:40 snw * Make symtab action defines more portable * @@ -164,6 +170,9 @@ #define STRLEN_GBL 252 #define BIGSTR 65535 +/* length of destructors */ +#define OBJ_DSTRSIZE 50 + /* length of $ZTRAP variable */ #define ZTLEN 20 @@ -295,12 +304,7 @@ #define lock_old 28 #define get_sym 1 -#if !defined(__OS2__) -# define dat 3 -#else -const int dat = 3; -#endif - +#define fra_dat 3 #define fra_order 5 #define fra_query 7 #define bigquery 9