summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2011-09-07 12:06:18 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2011-09-07 12:06:18 +0000
commit735c4f6b670e6e7511ca65af3d23fb8578e7c8b8 (patch)
treef589cbe6d6c496a2f66309171609212503e6bc05
parentd2126be2b3f7d547bb20facd4cb7ef7a193ed300 (diff)
Follow-up: complete removal of pre-ANSI-C cruft.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11181 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--byterun/sys.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/byterun/sys.c b/byterun/sys.c
index 70475e919..0b18cc0c0 100644
--- a/byterun/sys.c
+++ b/byterun/sys.c
@@ -51,12 +51,6 @@
#include "stacks.h"
#include "sys.h"
-#if 0
-#ifndef _WIN32
-extern int errno;
-#endif
-#endif
-
static char * error_message(void)
{
return strerror(errno);