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)
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.


No differences found