pawn-map icon indicating copy to clipboard operation
pawn-map copied to clipboard

Fix deep-recursive function calls

Open BigETI opened this issue 3 months ago • 0 comments

Some operations, such as for example MAP_clear, MAP_remove_found, MAP_count, and MAP_iter_next, will cause runtime errors, due to deep-recursive function calls.

BigETI avatar Mar 25 '24 22:03 BigETI