Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 25, 2022 6:24 UTC (Fri) by NYKevin (subscriber, #129325)In reply to: Moving the kernel to modern C by kmeyer
Parent article: Moving the kernel to modern C
Based on the code shown in this article, I'm not clear on how you would actually do that. It *looks* like the macro expands to while(something) or for(something), and doesn't even have the "regular" set of braces, so you can't edit it to include an outer set of braces without modifying the call sites.
