version 1.4, 2025/03/22 18:43:54
|
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/22 18:43:54 snw |
* Revision 1.4 2025/03/22 18:43:54 snw |
* Make STRLEN 255 chars and add BIGSTR macro for larger buffers |
* Make STRLEN 255 chars and add BIGSTR macro for larger buffers |
* |
* |
Line 197 void ssvn_zprocess (short action, char *
|
Line 200 void ssvn_zprocess (short action, char *
|
merr_raise (OK); |
merr_raise (OK); |
return; |
return; |
|
|
case dat: |
case fra_dat: |
case fra_order: |
case fra_order: |
case fra_query: |
case fra_query: |
case bigquery: |
case bigquery: |