Skip to content

Commit

Permalink
Backported fix for CORE-1046.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyemanov committed Dec 12, 2006
1 parent de78c42 commit f35e9e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/jrd/val.h
Expand Up @@ -46,6 +46,8 @@ const UCHAR SPECIAL_DOUBLE = dtype_d_float;

#endif

const ULONG MAX_FORMAT_SIZE = 65535;

namespace Jrd {

#ifndef REQUESTER
Expand Down Expand Up @@ -78,9 +80,6 @@ class Format : public pool_alloc<type_fmt>
};
#endif /* REQUESTER */

const ULONG MAX_FORMAT_SIZE = 65535;


/* A macro to define a local vary stack variable of a given length
Usage: VARY_STR(5) my_var; */

Expand Down

0 comments on commit f35e9e3

Please sign in to comment.