~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/dtoa.c

  • Committer: Brian Aker
  • Date: 2008-07-16 21:28:26 UTC
  • mfrom: (77.3.28 glibclient)
  • Revision ID: brian@tangent.org-20080716212826-p44t3u6v1zb0dmxg
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1338
1338
#endif
1339
1339
  Stack_alloc alloc;
1340
1340
 
 
1341
  c= 0;
1341
1342
  *error= 0;
1342
1343
 
1343
1344
  alloc.begin= alloc.free= buf;