--- freem/src/mpsdef0.h 2025/03/24 01:47:38 1.11 +++ freem/src/mpsdef0.h 2025/03/24 04:13:11 1.13 @@ -1,5 +1,5 @@ /* - * $Id: mpsdef0.h,v 1.11 2025/03/24 01:47:38 snw Exp $ + * $Id: mpsdef0.h,v 1.13 2025/03/24 04:13:11 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.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 + * * Revision 1.11 2025/03/24 01:47:38 snw * Make symtab action defines more portable * @@ -292,12 +298,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