Error in nodes/parse_node.h

Darren King <darrenk@insightdist.com>

From: darrenk@insightdist.com (Darren King)
To: pgsql-hackers@postgresql.org
Date: 1998-01-29T15:38:05Z
Lists: pgsql-hackers
Compile of this mornings snapshot fails in parse_node.h.

The typedef of ParseState is missing the variable name
for the first member...only has "struct ParseState;".

Any quick fix?

darrenk