From 913dc7b51361f464ac43160148480d0d478ee28d Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Wed, 22 Feb 2012 14:34:18 +0100 Subject: [PATCH] [perl6.ops] wrote a real comment moritz++ for noticing. --- src/ops/perl6.ops | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ops/perl6.ops b/src/ops/perl6.ops index ca1db793006..5691e2d4984 100644 --- a/src/ops/perl6.ops +++ b/src/ops/perl6.ops @@ -1516,7 +1516,8 @@ inline op perl6_capture_lex(in PMC) { =item perl6_get_outer_ctx -XXX HAHAHA DISREGARD THAT +Returns the OUTER context of a Perl 6 code object. Needed for the fixups +that macros do. =cut