~jconti/ubuntu/oneiric/webkit/fix_doc_path

« back to all changes in this revision

Viewing changes to JavaScriptCore/wtf/dtoa.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-10-18 20:17:09 UTC
  • mfrom: (1.5.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101018201709-dkathefl8vvl2uxe
Tags: 1.2.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
#endif
169
169
 
170
170
#define INFNAN_CHECK
 
171
#define No_Hex_NaN
171
172
 
172
173
#if defined(IEEE_8087) + defined(IEEE_MC68k) + defined(IEEE_ARM) != 1
173
174
Exactly one of IEEE_8087, IEEE_ARM or IEEE_MC68k should be defined.