~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/dtoa.c

  • Committer: Brian Aker
  • Date: 2008-07-11 17:17:17 UTC
  • mfrom: (77.1.79 codestyle)
  • Revision ID: brian@tangent.org-20080711171717-039qp03g93w70rlq
MergeĀ 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2159
2159
    to hold the suppressed trailing zeros.
2160
2160
  */
2161
2161
 
2162
 
  int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1= 0,
 
2162
  int bbits, b2, b5, be, dig, i, ieps, ilim=0, ilim0, ilim1= 0,
2163
2163
    j, j1, k, k0, k_check, leftright, m2, m5, s2, s5,
2164
2164
    spec_case, try_quick;
2165
2165
  Long L;