Files
gw-basic-2026/src
Eremey Valetov b5bb78a174 Replace magic numbers in stack bounds checks with named constants
Define MAX_FOR_DEPTH, MAX_GOSUB_DEPTH, MAX_WHILE_DEPTH in interp.h
and use them in all overflow checks in interp.c.
2026-02-22 13:35:39 -05:00
..