diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:29 -0800 |
commit | 302e3218b7d487539ec305bf23881a6ee7d5be99 (patch) | |
tree | bf1adafe552a17b3b78522048bb7c24787696dd3 /scmfig.h | |
parent | c7d035ae1a729232579a0fe41ed5affa131d3623 (diff) | |
download | scm-302e3218b7d487539ec305bf23881a6ee7d5be99.tar.gz scm-302e3218b7d487539ec305bf23881a6ee7d5be99.zip |
Import Upstream version 5e1upstream/5e1
Diffstat (limited to 'scmfig.h')
-rw-r--r-- | scmfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -681,12 +681,6 @@ extern ints_infot *ints_info; # define HAVE_PIPE #endif -/* IS_INF tests its floating point number for infiniteness */ - -#ifndef IS_INF -# define IS_INF(x) ((x)==(x)/2) -#endif - #ifndef macintosh # ifndef _M_ARM # ifndef _M_ARMT |