]> git.eshelyaron.com Git - emacs.git/commit
Port better to non-IEEE platforms
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Aug 2018 15:50:45 +0000 (08:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 31 Aug 2018 15:52:06 +0000 (08:52 -0700)
commitab871981125393d89202932284eda6e507bfc6fd
tree831efd44c05670773f7f949394c46e0a25be59bc
parentee2509bd828070ae5d17fcc766f81715050ba673
Port better to non-IEEE platforms

* src/lread.c (string_to_number) [!IEEE_FLOATING_POINT]:
Do not use the INFINITY macro, since the C standard requires
it to provoke a compile-time error on platforms that do not
support infinities.
src/lread.c