~jaypipes/drizzle/transaction_log

« back to all changes in this revision

Viewing changes to mystrings/dtoa.cc

  • Committer: Jay Pipes
  • Date: 2009-12-22 03:07:38 UTC
  • mfrom: (1143.14.85 build)
  • Revision ID: jpipes@serialcoder-20091222030738-gnb0vyg77fmkt4cj
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
 ***************************************************************/
37
37
 
38
 
#include "drizzled/global.h"
 
38
#include "config.h"
39
39
 
40
40
#include <mystrings/m_string.h>  /* for memcpy and NOT_FIXED_DEC */
41
 
#include <stdlib.h>
42
 
 
 
41
 
 
42
#include <float.h>
 
43
 
 
44
#include <cstdlib>
 
45
#include <cerrno>
43
46
#include <algorithm>
44
47
 
45
48
using namespace std;