
Dear "Robert P. J. Day",
In message alpine.LFD.2.20.1607170606270.5540@localhost.localdomain you wrote:
was poking around in include/net.h, and noticed this snippet:
...
is it doing anything, like acting as a comment or something?
Probably. Sorry, I dont remember the details.
p.s. there's quite a lot of "#if 0" throughout the source code, some of which i may submit patches to get rid of just in the areas i'm confortable with.
In many cases this was used to create "minimal" diffs compared to the original code imported from elsewhere. Commenting a bigger block of code using "#if 0" was deemed to be easier to forward-port to new versions of the code than deleting the whole block, where any changes in this (uninteresting) code would cause conflicts.
Best regards,
Wolfgang Denk