Diff for /freem/src/expr.c between versions 1.9 and 1.10

version 1.9, 2025/03/24 01:32:22 version 1.10, 2025/03/24 04:13:11
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.10  2025/03/24 04:13:11  snw
    *   Replace action macro dat with fra_dat to avoid symbol conflict on OS/2
    *
  *   Revision 1.9  2025/03/24 01:32:22  snw   *   Revision 1.9  2025/03/24 01:32:22  snw
  *   Guard declaration of time function in expr.c for portability   *   Guard declaration of time function in expr.c for portability
  *   *
Line 561  var1: Line 564  var1:
   
                 case 'd':           /* $DATA */                  case 'd':           /* $DATA */
                                           
                     ch = dat;                      ch = fra_dat;
   
 glv_fcn:  glv_fcn:
   

Removed from v.1.9  
changed lines
  Added in v.1.10


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