On Sat, Sep 11, 2010 at 9:25 AM, Florian Ragwitz <rafl@debian.org> wrote: > Zefram <zefram@fysh.org> writes: > >> Craig A. Berry wrote: >>>PERL_CALLCONV void Perl_coerce_qwlist_to_paren_list(pTHX_ OP* qwlist) >>>........................^ >>>%CC-W-LONGEXTERN, The external identifier name exceeds 31 characters; >>>truncated to "PERL_COERCE_QWLIST_TO_PAREN_LIS". >>>at line number 6995 in file D0:[smoke.Test-Smoke.blead]proto.h;1 >> >> "coerce" is the *right* word, but not strictly necessary. I think >> s/coerce/munge/ is the best shortening. > > I've done that change with f7e3d3266d17243c5ff03ec4aa7b2e1a457623ae. Thanks. I was going to suggest s/paren_list/parenlist/ for symmetry with qwlist and because munge is both imprecise and derogatory, but I don't have a strong preference. FWIW, automated name shortening is available on VMS as a compiler switch, but using it will require changes to xsubpp, which has its own home-grown name shortening. Shouldn't be that big a deal to do, but neither are most of the other hundred things ahead of it on my to-do list.Thread Previous | Thread Next