chiark / gitweb /
Move type-specific state into the query context structure.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 17 May 2014 12:45:36 +0000 (13:45 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 17 May 2014 12:45:36 +0000 (13:45 +0100)
commit334c61116c90470e63204bae5e6854fed05e41af
tree399c8cce0a5c359d363da536c7c26e6602c1af70
parent70d1b1b5db6d3a0f71d4ca76699d4645a4a167a9
Move type-specific state into the query context structure.

The type state is now `tinfo'.  Rename the parent state to `pinfo' to
make sure we catch callers and get them to zero-initialize the tinfo.
src/internal.h
src/query.c
src/types.c