version 1.3, 2025/03/09 19:14:24
|
version 1.4, 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.4 2025/04/10 01:24:38 snw |
|
* Remove C++ style comments |
|
* |
* Revision 1.3 2025/03/09 19:14:24 snw |
* Revision 1.3 2025/03/09 19:14:24 snw |
* First phase of REUSE compliance and header reformat |
* First phase of REUSE compliance and header reformat |
* |
* |
Line 70 MRESULT cmd_tstart(MACTION *ra)
|
Line 73 MRESULT cmd_tstart(MACTION *ra)
|
restartable = TRUE; |
restartable = TRUE; |
getraddress (tre_offset, nstx); |
getraddress (tre_offset, nstx); |
|
|
//printf ("tre_offset = '%s'\r\n", tre_offset); |
|
|
|
if (ch == ':') { |
if (ch == ':') { |
restartable = FALSE; |
restartable = FALSE; |
goto tstart_param; |
goto tstart_param; |