From a698d2d70daad10a2abd0bd3f6fa03e571239e3d Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Thu, 31 Oct 1996 20:39:02 +0000 Subject: [PATCH] Fix typo. That's HAVE_STRERROR, not HAS_STRERROR. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1915 72102866-910b-0410-8b05-ffd578937521 --- Source/StdioStream.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/StdioStream.m b/Source/StdioStream.m index bb605bc03..8940d5ff1 100644 --- a/Source/StdioStream.m +++ b/Source/StdioStream.m @@ -28,7 +28,7 @@ #include #include -#if !HAS_STRERROR +#if !HAVE_STRERROR static const char* strerror(int eno) {