Re: prototype of substr
authorSimon Cozens <simon@netthink.co.uk>
Sun, 10 Dec 2000 00:13:33 +0000 (00:13 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 10 Dec 2000 03:42:32 +0000 (03:42 +0000)
commit3012a639b7f3b366a8c9ef8f4a7141746be0d5de
treee12dc0154eda50a4ab671daee10535e3670167bf
parent9afa14e3eaac220f2db84245e03f30eb5513ce63
Re: prototype of substr
Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>

Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
In other words, make the returned prototypes for any function
stop prepending the ';' optionality marker after the first one.
       If they start getting optional, all the rest are optional.

p4raw-id: //depot/perl@8064
pp.c