Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #17802] [PATCH] Fix typo & formatting in core.ops

0 views
Skip to first unread message

Simon Glover

unread,
Oct 8, 2002, 2:38:24 PM10/8/02
to bugs-bi...@rt.perl.org
# New Ticket Created by Simon Glover
# Please include the string: [perl #17802]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17802 >

Should be self-explanatory.

Simon


--- core.ops.old Tue Oct 8 14:09:08 2002
+++ core.ops Tue Oct 8 14:09:47 2002
@@ -1707,7 +1707,7 @@ inline op mul (inout PMC, in PMC, in PMC

=item B<neg>(inout NUM)

-Set $1 to it's negative.
+Set $1 to its negative.

=item B<neg>(out INT, in INT)

@@ -3566,6 +3566,10 @@ inline op shift (out PMC, inout PMC) {
goto NEXT();
}

+=back
+
+=cut
+
###############################################################################

=head2 Control flow

Steve Fink

unread,
Oct 8, 2002, 10:44:49 PM10/8/02
to perl6-i...@perl.org
Thanks, applied.
0 new messages