[svn:parrot] r47998 - branches/gsoc_threads/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Mon Jul 5 01:26:38 UTC 2010


Author: mikehh
Date: Mon Jul  5 01:26:38 2010
New Revision: 47998
URL: https://trac.parrot.org/parrot/changeset/47998

Log:
fix pod syntax

Modified:
   branches/gsoc_threads/src/scheduler.c

Modified: branches/gsoc_threads/src/scheduler.c
==============================================================================
--- branches/gsoc_threads/src/scheduler.c	Mon Jul  5 01:21:58 2010	(r47997)
+++ branches/gsoc_threads/src/scheduler.c	Mon Jul  5 01:26:38 2010	(r47998)
@@ -196,7 +196,7 @@
 
 If the quantum has expired, schedule the next task.
 
-=end
+=cut
 
 */
 
@@ -220,7 +220,8 @@
 
 TODO: Make the above true rather than a dirty lie.
 
-=end
+=cut
+
 */
 
 void
@@ -1122,8 +1123,6 @@
 
 /*
 
-=over 4
-
 =item C<static void scheduler_process_messages(PARROT_INTERP, PMC *scheduler)>
 
 Scheduler maintenance, scan the list of messages sent from other schedulers and


More information about the parrot-commits mailing list