K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-07-10T17:14:02.492584Z K 7 svn:log V 670 Fix mismerge that crept into r301289. The conversion of 0 -> NULL required a rebase at some point, as noted in r301289 when pfg commited it. In that rebase, three lines remained that had been removed in a prior version of awk, and one of them had a 0 -> NULL change causing a conflict. The conflict should have been resolved by removing the three lines, but wasn't. This introduces a regression into f.split3 test which prior to this commit we were failing, but a pure onetrueawk wasn't. Remove the offending 3 lines. (cherry picked from commit 31d232c2a3c18fb05e5b2f1ec42872708cbfd27e) Git Hash: 0ca88d56418731b16dd81d096bdbf3b88de90b68 Git Author: imp@FreeBSD.org END