version 1.8, 2025/04/09 19:52:02
|
version 1.9, 2025/04/10 01:24:38
|
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.9 2025/04/10 01:24:38 snw |
|
* Remove C++ style comments |
|
* |
* Revision 1.8 2025/04/09 19:52:02 snw |
* Revision 1.8 2025/04/09 19:52:02 snw |
* Eliminate as many warnings as possible while building with -Wall |
* Eliminate as many warnings as possible while building with -Wall |
* |
* |
Line 117 void global_set_engine(char ns, char *en
|
Line 120 void global_set_engine(char ns, char *en
|
|
|
} |
} |
|
|
//ssvn_job_update (); |
|
|
|
merr_raise (OK); |
merr_raise (OK); |
return; |
return; |
|
|