--- freem/src/expr.c 2025/03/24 01:32:22 1.9 +++ freem/src/expr.c 2025/03/24 04:13:11 1.10 @@ -1,5 +1,5 @@ /* - * $Id: expr.c,v 1.9 2025/03/24 01:32:22 snw Exp $ + * $Id: expr.c,v 1.10 2025/03/24 04:13:11 snw Exp $ * expression parser * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: expr.c,v $ + * 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 * Guard declaration of time function in expr.c for portability * @@ -561,7 +564,7 @@ var1: case 'd': /* $DATA */ - ch = dat; + ch = fra_dat; glv_fcn: