]> The Tcpdump Group git mirrors - libpcap/commit
compiler: limit some Berkeley YACC workarounds to pre-2017-07-09 releases. 1179/head
authorGuy Harris <[email protected]>
Mon, 8 May 2023 02:50:17 +0000 (19:50 -0700)
committerGuy Harris <[email protected]>
Mon, 8 May 2023 10:34:49 +0000 (03:34 -0700)
commit1f8df3c46f296cf5c06ae4a36ac1ded966468a71
tree2fa6a2a856042f768cef502aa472693b68522c63
parent306899e9640f41a2fad676be111f3ff033afd64f
compiler: limit some Berkeley YACC workarounds to pre-2017-07-09 releases.

Those later releases only define yydebug if YYDEBUG is defined and only
declare yynerrs as global for non-reentrant parsers, so limit the
workarounds for those problems to releases before the 1.9 20170709
release.
grammar.y.in