Moving the kernel to modern C
Moving the kernel to modern C
Posted Feb 28, 2022 13:56 UTC (Mon) by jem (subscriber, #24231)In reply to: Moving the kernel to modern C by ianmcc
Parent article: Moving the kernel to modern C
You seem to have a faulty C compiler, or you didn't copy the code correctly. The curly bracket at the end of line 9 starts a new block, and it's perfectly legal to declare a new 'i' variable inside that block.
