On Sun, Jan 30, 2011 at 8:39 PM, Abigail <abigail@abigail.be> wrote: > Slapping prototypes on existing functions has nothing at all to do with > language evolvement. > Slapping (or changing) prototypes on existing functions is merely a sign that the programmer either is not paying attention or does not understand prototypes. "It's probably best to prototype new functions, not retrofit prototyping into older ones. That's because you must be especially careful about silent impositions of differing list versus scalar contexts." Docs still say this, right? EirikThread Previous | Thread Next