From cd908e158d3aa63039e6dd1394b8019524cdfa68 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Oct 1993 16:06:33 +0000 Subject: [PATCH] merge with 1.8f --- old/textutils/ChangeLog | 2 ++ src/tr.c | 1 + 2 files changed, 3 insertions(+) diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9a4c800069..78a01fc1eb 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,7 @@ Sat Oct 23 01:00:12 1993 Jim Meyering (meyering@comco.com) + * tr.c (get_next, string2_extend): Add default: label to switch stmt. + * cat.c, cksum.c, comm.c, csplit.c, cut.c, expand.c, fold.c, head.c, join.c, nl.c, od.c, paste.c, pr.c, split.c, sum.c, tac.c, tail.c, tr.c, unexpand.c, uniq.c, wc.c (usage): Add long --help. diff --git a/src/tr.c b/src/tr.c index 19f747fe84..cb31ceba3e 100644 --- a/src/tr.c +++ b/src/tr.c @@ -1196,6 +1196,7 @@ get_next (s, class) abort (); break; } + return return_val; } -- 2.47.3