]> The Tcpdump Group git mirrors - tcpdump/commit
Not all compilers that can be used support C++/C99-style comments.
authorGuy Harris <[email protected]>
Wed, 16 Oct 2013 19:54:06 +0000 (12:54 -0700)
committerGuy Harris <[email protected]>
Wed, 16 Oct 2013 19:54:06 +0000 (12:54 -0700)
commit0d72e56a5757c1a4f49433137ab0ddfecc574dd4
tree271c6344e4ed47011fe4846a36551bbdb0e81be3
parentf4eb0472b19aa49bbeff6f0fbe6d64d33dba3710
Not all compilers that can be used support C++/C99-style comments.

Use #if 0/#endif, rather than a // comment, to keep a line of code from
being compiled.
print-forces.c