~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/dtoa.c

Merged style fix from Ronald.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1327
1327
  double aadj, aadj1, adj, rv, rv0;
1328
1328
  Long L;
1329
1329
  ULong y, z;
1330
 
  Bigint *bb = NULL, *bb1 = NULL, *bd = NULL, *bd0 = NULL, *bs = NULL, *delta = NULL;
 
1330
  Bigint *bb= NULL, *bb1= NULL, *bd= NULL, *bd0= NULL, *bs= NULL, *delta= NULL;
1331
1331
#ifdef SET_INEXACT
1332
1332
  int inexact, oldinexact;
1333
1333
#endif