On 09/23/22 11:20, Richard W.M. Jones wrote:
ACK series...
Thanks!
Commit range 6f1adeba1aab..aa36551e515f.
Although if I was going to quibble, GNU code tends to use *_p to
indicate a predicate (following the LISP convention [1]), whereas I
think your meaning is "private to function", so maybe that's confusing
to some.
Rich.
[1]
https://stackoverflow.com/questions/70545047/what-does-suffix-p-mean-in-c...
Yes, I certainly remembered "_p" from the jargon file:
http://www.catb.org/jargon/html/p-convention.html
but that was not enough for me to dismiss an otherwise useful suffix for
naming variables.
By "_p", I meant "parameter". "private" is a good
interpretation as well.
Cheers
Laszlo