ldmud/test/t-coroutine
Alexander Motzkau 9317cc0116 Fix compile error with pragma save_local_names
When pragma save_local_names was in effect, a former local variable could
lead to the compile error "Missing variable information" as the compiler
was trying to save that name as well.
2025-03-21 21:30:30 +01:00
..
inc Implement coroutines 2022-01-09 21:22:34 +01:00
lwob.c Implement coroutines 2022-01-09 21:22:34 +01:00
master.c Fix compile error with pragma save_local_names 2025-03-21 21:30:30 +01:00
ob.c Implement coroutines 2022-01-09 21:22:34 +01:00
sefun.c Implement coroutines 2022-01-09 21:22:34 +01:00
sys Implement coroutines 2022-01-09 21:22:34 +01:00