Re: [PATCH] config.guess: Remove K&R function definitions.

2025-07-10 Thread Jacob Bachmeyer
On 7/10/25 17:51, Collin Funk wrote: Hi Karl, Karl Berry writes: Hi Collin, Dmitry, and all, The first patch removes a K&R declaration which are removed by C23, and likely to be removed by compilers in the future. I assume all compilers support ANSI C declarations nowadays.

Re: [PATCH] config.guess: Remove K&R function definitions.

2025-07-10 Thread Collin Funk
Hi Karl, Karl Berry writes: > Hi Collin, Dmitry, and all, > > The first patch removes a K&R declaration which are removed by C23, and > likely to be removed by compilers in the future. I assume all compilers > support ANSI C declarations nowadays. > ... > mips:*:*:UMIPS

Re: [PATCH] config.guess: Remove K&R function definitions.

2025-07-10 Thread Karl Berry
Hi Collin, Dmitry, and all, The first patch removes a K&R declaration which are removed by C23, and likely to be removed by compilers in the future. I assume all compilers support ANSI C declarations nowadays. ... mips:*:*:UMIPS | mips:*:*:RISCos) But the question is not

[PATCH] config.guess: Remove K&R function definitions.

2025-07-10 Thread Collin Funk
Hi, The first patch removes a K&R declaration which are removed by C23, and likely to be removed by compilers in the future. I assume all compilers support ANSI C declarations nowadays. The second makes some changes to Emacs 'time-stamp' variables. I made the same changes in Gnulib a while ago, e