~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dtoa.cc

  • Committer: Mark Atwood
  • Date: 2011-08-13 14:57:16 UTC
  • mfrom: (2385.3.6 rf)
  • Revision ID: me@mark.atwood.name-20110813145716-u4om752lt4gdpfc7
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
600
600
{
601
601
  union {
602
602
    ULong *x;              /* points right after this Bigint object */
603
 
    struct Bigint *next;   /* to maintain free lists */
604
603
  } p;
605
604
  int k;                   /* 2^k = maxwds */
606
605
  int maxwds;              /* maximum length in 32-bit words */