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: |
|
|