changeset 638:43fd4cef2b8a

Tweak for libit.
author Jim Meyering <jim@meyering.net>
date Sun, 14 Jul 1996 12:32:01 +0000
parents 1df6981c6f31
children 505c51e72f23
files lib/getline.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/getline.c
+++ b/lib/getline.c
@@ -18,11 +18,11 @@
 
 /* Written by Jan Brittenson, bson@gnu.ai.mit.edu.  */
 
-#ifdef HAVE_CONFIG_H
+#if HAVE_CONFIG_H
 # include <config.h>
 #endif
 
-/* The `getdelim' function is only declared if there following symbol
+/* The `getdelim' function is only declared if the following symbol
    is defined.  */
 #define _GNU_SOURCE	1
 #include <stdio.h>