[svn:parrot] r44520 - branches/ops_pct/src/ops

bacek at svn.parrot.org bacek at svn.parrot.org
Sat Feb 27 00:32:11 UTC 2010


Author: bacek
Date: Sat Feb 27 00:32:10 2010
New Revision: 44520
URL: https://trac.parrot.org/parrot/changeset/44520

Log:
Fix core.ops syntax.

Modified:
   branches/ops_pct/src/ops/core.ops

Modified: branches/ops_pct/src/ops/core.ops
==============================================================================
--- branches/ops_pct/src/ops/core.ops	Sat Feb 27 00:09:53 2010	(r44519)
+++ branches/ops_pct/src/ops/core.ops	Sat Feb 27 00:32:10 2010	(r44520)
@@ -679,6 +679,8 @@
 Register a task with the concurrency scheduler. Details about the task are
 stored within the task PMC.
 
+=cut
+
 inline op schedule(invar PMC) {
     Parrot_cx_schedule_task(interp, $1);
 }
@@ -688,6 +690,8 @@
 Add an event or exception handler to the concurrency scheduler. Details about
 the handler are stored within the handler PMC.
 
+=cut
+
 inline op addhandler(invar PMC) {
     Parrot_cx_add_handler(interp, $1);
 }


More information about the parrot-commits mailing list