From 365ea1090602389a3b18cbc65cada27b08bd4fb1 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Thu, 5 Jun 1997 02:05:56 +0000 Subject: Undo half-baked change. --- libshouldbeinlibc/argp-help.c | 4 ---- 1 file changed, 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); -- cgit v1.2.3