From cd05e3f6d8ba19727064acc6f4c7ed03cf581ff5 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Fri, 17 Jun 2016 15:45:37 +0100 Subject: [PATCH] Fix errno usage --- C/arrays.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/C/arrays.c b/C/arrays.c index d5bff5a46..f0ac2f154 100644 --- a/C/arrays.c +++ b/C/arrays.c @@ -93,10 +93,6 @@ arrays. Memory mapped arrays are limited by available space in the file system and in the virtual memory space. The following predicates manipulate arrays: - - - - */ #include "Yap.h" @@ -104,11 +100,6 @@ The following predicates manipulate arrays: #include "clause.h" #include "eval.h" #include "heapgc.h" -#if HAVE_ERRNO_H -#include -#else -extern int errno; -#endif #if HAVE_STRING_H #include #endif