summaryrefslogtreecommitdiff
path: root/src/expand.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/expand.c
parentceda697482339c94618ad1cbd3ab79259f1991d9 (diff)
downloadcoreutils-750bb6aa692485b3ffc567aabead9de97d4eb5ca.tar.xz
Merged in changes for 1.3.5.
Diffstat (limited to 'src/expand.c')
-rw-r--r--src/expand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/expand.c b/src/expand.c
index c45f2fc60..4c46e3f41 100644
--- a/src/expand.c
+++ b/src/expand.c
@@ -31,8 +31,9 @@
--initial
-i Only convert initial tabs on each line to spaces.
- 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