Diff for /freem/src/mpsdef0.h between versions 1.13 and 1.14

version 1.13, 2025/03/24 04:13:11 version 1.14, 2025/04/13 04:22:43
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.14  2025/04/13 04:22:43  snw
    *   Fix snprintf calls
    *
  *   Revision 1.13  2025/03/24 04:13:11  snw   *   Revision 1.13  2025/03/24 04:13:11  snw
  *   Replace action macro dat with fra_dat to avoid symbol conflict on OS/2   *   Replace action macro dat with fra_dat to avoid symbol conflict on OS/2
  *   *
Line 167 Line 170
 #define STRLEN_GBL 252  #define STRLEN_GBL 252
 #define BIGSTR 65535  #define BIGSTR 65535
   
   /* length of destructors */
   #define OBJ_DSTRSIZE 50
   
 /* length of $ZTRAP variable */  /* length of $ZTRAP variable */
 #define ZTLEN 20  #define ZTLEN 20
   

Removed from v.1.13  
changed lines
  Added in v.1.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>