17
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
22
#include <drizzled/definitions.h>
23
23
#include <drizzled/session.h>
24
24
#include <drizzled/error.h>
25
25
#include <drizzled/check_stack_overrun.h>
30
27
/****************************************************************************
31
28
Check stack size; Send error if there isn't enough stack to continue
32
29
****************************************************************************/
34
31
#define used_stack(A,B) (long) (A - B)
36
33
#define used_stack(A,B) (long) (B - A)