Re: dc(1): minor cleanup

2017-11-28 Thread kshe
On Tue, 28 Nov 2017 08:08:24 +, Otto Moerbeek wrote: > On Sun, Nov 26, 2017 at 07:25:46PM +, kshe wrote: > > Hi, > > > > The diff below encompasses three unrelated minor changes. > > > > 1. Merge the not_equal(), not_less() and not_greater() functions into > > their caller; these functions

Re: dc(1): minor cleanup

2017-11-28 Thread Otto Moerbeek
On Sun, Nov 26, 2017 at 07:25:46PM +, kshe wrote: > Hi, > > The diff below encompasses three unrelated minor changes. > > 1. Merge the not_equal(), not_less() and not_greater() functions into > their caller; these functions cannot be called from the jump table, so > it is confusing to defin

dc(1): minor cleanup

2017-11-26 Thread kshe
Hi, The diff below encompasses three unrelated minor changes. 1. Merge the not_equal(), not_less() and not_greater() functions into their caller; these functions cannot be called from the jump table, so it is confusing to define them as if they could. 2. Make warnings consistent by using warnx