summaryrefslogtreecommitdiff
path: root/src/unexpand.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1992-11-19 21:03:49 +0000
committerJim Meyering <jim@meyering.net>1992-11-19 21:03:49 +0000
commit750bb6aa692485b3ffc567aabead9de97d4eb5ca (patch)
treed6d98478ae1f81ade5be9ae0368e89775921530a /src/unexpand.c
parentceda697482339c94618ad1cbd3ab79259f1991d9 (diff)
downloadcoreutils-750bb6aa692485b3ffc567aabead9de97d4eb5ca.tar.xz
Merged in changes for 1.3.5.
Diffstat (limited to 'src/unexpand.c')
-rw-r--r--src/unexpand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/unexpand.c b/src/unexpand.c
index 8bdb773e6..e595f434b 100644
--- a/src/unexpand.c
+++ b/src/unexpand.c
@@ -33,8 +33,9 @@
-a Use tabs wherever they would replace 2 or more spaces,
not just at the beginnings of lines.
- David MacKenzie <djm@ai.mit.edu> */
+ David MacKenzie <djm@gnu.ai.mit.edu> */
+/* Get isblank from GNU libc. */
#define _GNU_SOURCE
#include <ctype.h>
#ifndef isblank