diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-30 16:19:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-30 16:19:57 +0000 |
commit | 9a7f0b1542067f89cc983ca0298e0971feae1cd7 (patch) | |
tree | b074469c6be99e274aee2f33da95a4fa6125d4f2 /src | |
parent | 9a909400ba165686838df9c94f7d8ccca63ce44e (diff) | |
download | coreutils-9a7f0b1542067f89cc983ca0298e0971feae1cd7.tar.xz |
tweak comment
Diffstat (limited to 'src')
-rw-r--r-- | src/yes.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ #define AUTHORS "David MacKenzie" +/* How many iterations between ferror checks. */ #define UNROLL 10000 /* The name this program was run with. */ |