Tweak for libit.
authorJim Meyering <jim@meyering.net>
Sun, 14 Jul 1996 12:32:25 +0000 (12:32 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 14 Jul 1996 12:32:25 +0000 (12:32 +0000)
lib/getline.c

index 58144f0..3a13665 100644 (file)
@@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
 #include <stdio.h>
 #include <sys/types.h>
 
-#if defined __GNU_LIBRARY__ && defined HAVE_GETDELIM
+#if defined __GNU_LIBRARY__ && HAVE_GETDELIM
 
 int
 getline (lineptr, n, stream)