Re: [patch] mandoc: Remove argument names from function prototypes

2020-04-03 Thread Martin Vahlensieck
Hi Ingo On Fri, Apr 03, 2020 at 01:55:56PM +0200, Ingo Schwarze wrote: > Hi Martin, > > Martin Vahlensieck wrote on Thu, Apr 02, 2020 at 10:57:04AM +0200: > > > I think these are superfluous. > > Correct, and it is irritating to have a general style of not using > argument names in prototypes i

Re: [patch] mandoc: Remove argument names from function prototypes

2020-04-03 Thread Ingo Schwarze
Hi Martin, Martin Vahlensieck wrote on Thu, Apr 02, 2020 at 10:57:04AM +0200: > I think these are superfluous. Correct, and it is irritating to have a general style of not using argument names in prototypes in mandoc, but then a few scattered names here and there, so i committed your patch. Than

[patch] mandoc: Remove argument names from function prototypes

2020-04-02 Thread Martin
Hi there! I think these are superfluous. Best, Martin Index: cgi.c === RCS file: /cvs/src/usr.bin/mandoc/cgi.c,v retrieving revision 1.109 diff -u -p -r1.109 cgi.c --- cgi.c 10 Jan 2020 15:20:49 - 1.109 +++ cgi.c