On Feb 3, 2008 10:26 PM,  <[EMAIL PROTECTED]> wrote:
> Author: rgrjr
> Date: Sun Feb  3 19:26:33 2008
> New Revision: 25487
>
> Modified:
>    trunk/src/pmc/sub.pmc
>
> Log:
> * src/pmc/sub.pmc:
>    + Oops; r19529 changed "nee" to "see" in flag descriptions when "née"
>      was really what was meant.  Changed to "originally" for clarity.
>
>
> Modified: trunk/src/pmc/sub.pmc
> ==============================================================================
> --- trunk/src/pmc/sub.pmc       (original)
> +++ trunk/src/pmc/sub.pmc       Sun Feb  3 19:26:33 2008
> @@ -57,10 +57,10 @@
>       *                as some other sub has :outer(this)
>       * - private2 ... tailcall invoked this Sub
>       * - private3 ... pythonic coroutine generator flag
> -     * - private4 ... :main (see @MAIN)
> -     * - private5 ... :load (see @LOAD)
> -     * - private6 ... :immediate (see @IMMEDIATE)
> -     * - private7 ... :postcomp (see @POSTCOMP)
> +     * - private4 ... :main (originally @MAIN)
> +     * - private5 ... :load (originally @LOAD)
> +     * - private6 ... :immediate (originally @IMMEDIATE)
> +     * - private7 ... :postcomp (originally @POSTCOMP)
>       *
>       * see also the enum in include/parrot/sub.h
>       *
>
>

I would recommend just removing pointers to syntax which no longer exists.

We don't have to remember how we used to do things in the
documentation until post-1.0


-- 
Will "Coke" Coleda

Reply via email to