summaryrefslogtreecommitdiff
path: root/lib/getline.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-10-29 17:56:06 +0000
committerJim Meyering <jim@meyering.net>1996-10-29 17:56:06 +0000
commit8619a0d59844e1bfd965ac1099d23283f9831f1b (patch)
treee433b2139367e4901a9c80962b09dd2ad4b3b698 /lib/getline.h
parentd34e6897d8ce9ce723c648a52d747fe155033c22 (diff)
downloadcoreutils-8619a0d59844e1bfd965ac1099d23283f9831f1b.tar.xz
.
Diffstat (limited to 'lib/getline.h')
-rw-r--r--lib/getline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/getline.h b/lib/getline.h
index e27da77b3..cc6466d72 100644
--- a/lib/getline.h
+++ b/lib/getline.h
@@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifndef _getline_h_
-# define _getline_h_ 1
+#ifndef GETLINE_H_
+# define GETLINE_H_ 1
# include <stdio.h>
@@ -33,4 +33,4 @@ getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
int
getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream));
-#endif
+#endif /* not GETLINE_H_ */