~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/cslib/CSDefs.h

  • Committer: Monty Taylor
  • Date: 2011-03-11 18:48:55 UTC
  • mfrom: (2228.1.8 build)
  • Revision ID: mordred@inaugust.com-20110311184855-1essd3a6xfr7lx6r
Merged Andrew: drizzledump and docs bug fixes
Merged Barry: pbms bugfixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 
103
103
#define CS_CALL_STACK_SIZE              100
104
104
#define CS_RELEASE_STACK_SIZE   200
105
 
#define CS_JUMP_STACK_SIZE              20
 
105
#define CS_JUMP_STACK_SIZE              20      // NOTE: If a stack overflow occurs check that there are no returns inside of try_() blocks.
106
106
 
107
107
/* C string display width sizes including space for a null terminator and possible sign. */
108
108
#define CS_WIDTH_INT_8  5