Bruno Haible <br...@clisp.org> wrote: > Hi Jim, > >> Speak now if you object ;-) >> + char const *m = NULL; > > I would prefer an identifier that is a little more verbose. Such as 'msg' > instead of 'm'?
Ha! I used "msg" initially, but there's already an "mesg" local at the end, so I opted for shorter, to avoid the slight ambiguity. If you'd still prefer msg, let me know and I'll change it back. No big deal.