Get rid of uses of MAX_SHORT_STRING in Gnumeric and PostgreSQL readers.
authorBen Pfaff <blp@gnu.org>
Tue, 26 May 2009 03:20:07 +0000 (20:20 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:14 +0000 (21:11 -0700)
commitaaa1996142d111e34e13e490fb299bb94a73ed2f
treeef8331c8f7928c19d478fa8b7d4301910ed2c3ab
parent04d2c99833753252b724dd9d4f15cc3a80b6bec8
Get rid of uses of MAX_SHORT_STRING in Gnumeric and PostgreSQL readers.

MAX_SHORT_STRING is now intended to be an implementation detail of the
value code.  There is no real reason that the Gnumeric or PostgreSQL
readers need to use it, so make them use their own constants instead.
src/data/gnumeric-reader.c
src/data/psql-reader.c