version 1.4, 2025/03/09 19:14:25
|
version 1.5, 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.5 2025/03/24 04:13:11 snw |
|
* Replace action macro dat with fra_dat to avoid symbol conflict on OS/2 |
|
* |
* Revision 1.4 2025/03/09 19:14:25 snw |
* Revision 1.4 2025/03/09 19:14:25 snw |
* First phase of REUSE compliance and header reformat |
* First phase of REUSE compliance and header reformat |
* |
* |
Line 424 void global (short action, char *key, ch
|
Line 427 void global (short action, char *key, ch
|
case get_sym: |
case get_sym: |
sprintf (an, "GET"); |
sprintf (an, "GET"); |
break; |
break; |
case dat: |
case fra_dat: |
sprintf (an, "DATA"); |
sprintf (an, "DATA"); |
break; |
break; |
case fra_order: |
case fra_order: |