~vojtech-horky/helenos/helenos-qemu

« back to all changes in this revision

Viewing changes to uspace/lib/posix/source/stdlib/strtold.c

  • Committer: Jan Mares
  • Date: 2015-07-15 17:16:42 UTC
  • Revision ID: maresja1@gmail.com-20150715171642-8pp84m8x1zmoe0h2
Fixed compilation errors on amd64.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
};
102
102
 
103
103
#if LDBL_MAX_EXP >= 16384
104
 
const int MAX_POW2 = 15;
 
104
const int MAX_POW2 = 13;
105
105
#else
106
106
const int MAX_POW2 = 9;
107
107
#endif