~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/decimal.cc

  • Committer: Monty Taylor
  • Date: 2008-12-16 02:39:00 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216023900-w498thzxq8lkk7a5
Turned off stdinc - and then fixed the carnage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
*/
99
99
 
100
100
#include <drizzled/global.h>
101
 
#include <alloca.h>
102
 
#include <m_string.h>
103
 
#include <m_ctype.h>
 
101
 
 
102
#include "m_string.h"
 
103
#include "m_ctype.h"
 
104
#include "decimal.h"
 
105
 
104
106
#include <storage/myisam/myisampack.h>
105
 
#include <mystrings/decimal.h>
106
 
 
107
107
#include <drizzled/util/test.h>
 
108
 
 
109
#include <alloca.h>
108
110
/*
109
111
  Internally decimal numbers are stored base 10^9 (see DIG_BASE below)
110
112
  So one variable of type decimal_digit_t is limited: