~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Andrew Hutchings
  • Date: 2011-02-01 10:23:22 UTC
  • mto: (2136.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2137.
  • Revision ID: andrew@linuxjedi.co.uk-20110201102322-oxztcyrjzg3c7yta
Fix counters cleanup

Show diffs side-by-side

added added

removed removed

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