OSDN Git Service

Use compiler built-in macros to determine if argument parsing can use double or float...
authorRob Landley <rob@landley.net>
Tue, 6 May 2014 11:14:20 +0000 (06:14 -0500)
committerRob Landley <rob@landley.net>
Tue, 6 May 2014 11:14:20 +0000 (06:14 -0500)
commit30e28cf7e166cf54b3a2a4fea5e6e134b5968812
tree8d080160009d3ab7415de5d3c7462009378b5ac9
parent4c2bd6277d5966ea7ef7d59a34838066b5c130eb
Use compiler built-in macros to determine if argument parsing can use double or float for FLOAT arguments. (I.E. whether double fits in a long's memory.) Check in a way that the macros not being defined just gives us the shorter one.
lib/pending.h
lib/portability.h