~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/dtoa.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-12 16:41:20 UTC
  • mto: This revision was merged to the branch mainline in revision 2398.
  • Revision ID: olafvdspek@gmail.com-20110812164120-uu21idtt9a9sa92e
cppcheck

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 */