~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to drizzled/internal/dtoa.cc

  • Committer: Jay Pipes
  • Date: 2010-02-06 01:51:20 UTC
  • mfrom: (1273.1.10 build)
  • Revision ID: jpipes@serialcoder-20100206015120-as4vb638inbzrb59
Merge trunk changes and resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
using namespace std;
49
49
 
 
50
namespace drizzled
 
51
{
 
52
namespace internal
 
53
{
 
54
 
50
55
/* Magic value returned by dtoa() to indicate overflow */
51
56
#define DTOA_OVERFLOW 9999
52
57
 
2468
2473
    *rve= s;
2469
2474
  return s0;
2470
2475
}
 
2476
 
 
2477
} /* namespace internal */
 
2478
} /* namespace drizzled */