On Thu, Jan 03, 2013 at 09:23:50PM -0800, Philip Guenther wrote: > On Thu, Jan 3, 2013 at 8:48 PM, Michael W. Bombardieri <m...@ii.net> wrote: > > I am submitting a patch for awk. "struct Cell" has 7 fields; > > the final field is an optional "next" pointer. > ... > > Splint identified that instances of Cell are initialised with only 6 > > fields, e.g. > > > > run.c:78:24: Initializer block for falsecell has 6 fields, but Cell has 7 > > fields: 2, 12, 0, 0, 0.0, 01 > > Patches to awk should be sent to the upstream maintainer listed in > /usr/src/usr.bin/awk/README > > (I would tend to defer to that person's opinion on points of C style...) >
bwk@ got back to me. He will include this style change in awk. > > Philip Guenther