]> The Tcpdump Group git mirrors - libpcap/commit
ptimize: move the definition of extrajmps to the block in which it's used.
authorGuy Harris <[email protected]>
Wed, 17 Jun 2020 23:30:14 +0000 (16:30 -0700)
committerGuy Harris <[email protected]>
Wed, 17 Jun 2020 23:30:14 +0000 (16:30 -0700)
commit574bb301ff796c0840a285c0433d6885f9afdbca
tree67345e548d957f3d1b5d9cc321646b92633a117f
parent6a613e03c2aafe1e16a9efbc9f89e6d0f7a28155
ptimize: move the definition of extrajmps to the block in which it's used.

That makes it a bit clearer than it's not used outside that block;
compilers and static analyzers can determine that, but this makes it
easier for human analyzers to see that, and thus that it can neveer be
bigger than 2.
optimize.c