diff options
author | Miles Bader <miles@gnu.org> | 1997-06-05 02:05:56 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1997-06-05 02:05:56 +0000 |
commit | 365ea1090602389a3b18cbc65cada27b08bd4fb1 (patch) | |
tree | f30f98caa31f0bbd8f76b4baf33f6007bb24a752 | |
parent | d1277f60440dca79f6d44f8502403fc6b951e272 (diff) |
Undo half-baked change.
-rw-r--r-- | libshouldbeinlibc/argp-help.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libshouldbeinlibc/argp-help.c b/libshouldbeinlibc/argp-help.c index 1be023f0..4e8bfab5 100644 --- a/libshouldbeinlibc/argp-help.c +++ b/libshouldbeinlibc/argp-help.c @@ -1333,10 +1333,6 @@ argp_args_usage (const struct argp *argp, const struct argp_state *state, if (! nl) nl = fdoc + strlen (fdoc); - if (nl > fdoc && nl[-1] == '\r') - /* `consumes-args' marker. Removed the marker, and note that we - shouldn't process any children. */ - /* Manually do line wrapping so that it (probably) won't get wrapped at any embedded spaces. */ space (stream, 1 + nl - fdoc); |