]> granicus.if.org Git - graphviz/commitdiff
Remove definition and usage of _hdr_math in sfio
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 8 Jan 2017 23:27:02 +0000 (00:27 +0100)
committerErwin Janssen <erwinjanssen@outlook.com>
Tue, 17 Jan 2017 18:14:55 +0000 (19:14 +0100)
The header <math.h> is not required to build lib/sfio, so the check and
the usage can be removed.

lib/sfio/features/sfio
lib/sfio/sfhdr.h
windows/include/FEATURE/sfio

index 6da3abac5b6447fc1ad2ec9f3b232ed4531148aa..16e8c7756e000685315e62c29eedaacf4b28e72d 100644 (file)
@@ -6,7 +6,6 @@
 # Converted to sfio v10/01/94 by Giampiero Sierra (06/08/95).
 ##################################################################
 
-hdr math
 lib qfrexp
 lib qldexp
 
index 9558c03252148f66fa85dc16689a932684c57c41..6e17975c623f0b4fe472fbaf103eb7b3cafb28e1 100644 (file)
@@ -58,7 +58,6 @@ extern "C" {
 #undef  _hdr_vfork
 #undef  _sys_vfork
 #undef  _lib_vfork
-#undef  _hdr_math
 #undef  _sys_mman
 #undef  _sys_ioctl
 #endif
@@ -176,10 +175,6 @@ extern "C" {
 #define remove unlink
 #endif
 
-#if _hdr_math
-#include       <math.h>
-#endif
-
 #if !defined(_ast_fltmax_double)
 
 #if defined(_lib_qfrexp) && _lib_qldexp
index dd5c10b3481e25ec7496fd1e170c6aa0962771d4..92e1334544fd38e015f2dd4ea82fe3b73c04a9b8 100644 (file)
@@ -2,7 +2,6 @@
 #ifndef _def_time_Sfio_f
 #define _def_time_Sfio_f       1
 #define _sys_types     1       /* #include <sys/types.h> ok */
-#define _hdr_math      1       /* #include <math.h> ok */
 //#define _hdr_unistd  1       /* #include <unistd.h> ok */
 #define _lib_ftruncate 0       /* ftruncate() in default lib(s) */
 #define _lib_lseek64   1       /* lseek64() in default lib(s) */