changeset 639:505c51e72f23

Tweak for libit.
author Jim Meyering <jim@meyering.net>
date Sun, 14 Jul 1996 12:32:25 +0000
parents 43fd4cef2b8a
children d60db0e1c0d9
files lib/getline.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getline.c
+++ b/lib/getline.c
@@ -28,7 +28,7 @@
 #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)