version 1.12, 2025/04/14 19:56:27
|
version 1.13, 2025/04/19 21:52:20
|
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.13 2025/04/19 21:52:20 snw |
|
* Remove extraneous symbol table debugging message |
|
* |
* Revision 1.12 2025/04/14 19:56:27 snw |
* Revision 1.12 2025/04/14 19:56:27 snw |
* Working towards FreeBSD fix |
* Working towards FreeBSD fix |
* |
* |
Line 647 no_with:
|
Line 650 no_with:
|
|
|
} while (i < PSIZE); |
} while (i < PSIZE); |
} |
} |
else { |
|
printf ("alphptr not found\r\n"); |
|
} |
|
|
|
merr_raise (M6); |
merr_raise (M6); |
data[0] = EOL; |
data[0] = EOL; |
|
|
return; |
return; |
|
|
|
|
|
|
|
|
|
|
case set_sym: /* store/create variable */ |
case set_sym: /* store/create variable */ |
|
|
|
|