diff options
Diffstat (limited to 'Objects/floatobject.c')
-rw-r--r-- | Objects/floatobject.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 25ae6d8..9994523 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c @@ -31,10 +31,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "modsupport.h" #include <errno.h> -#ifndef errno -extern int errno; -#endif - #include <ctype.h> #include <math.h> |