~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/dtoa.c

  • Committer: Brian Aker
  • Date: 2008-06-28 06:00:33 UTC
  • Revision ID: brian@tangent.org-20080628060033-a2w679o67rnvbwcg
Further cleanup on pthreads.

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,
 
2162
  int bbits, b2, b5, be, dig, i, ieps, ilim, 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;