cvsuser 04/03/17 14:25:12
Modified: src thread.c Log: missing =cut Revision Changes Path 1.22 +3 -1 parrot/src/thread.c Index: thread.c =================================================================== RCS file: /cvs/public/parrot/src/thread.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -w -r1.21 -r1.22 --- thread.c 4 Mar 2004 11:16:03 -0000 1.21 +++ thread.c 17 Mar 2004 22:25:12 -0000 1.22 @@ -1,6 +1,6 @@ /* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved. -$Id: thread.c,v 1.21 2004/03/04 11:16:03 mikescott Exp $ +$Id: thread.c,v 1.22 2004/03/17 22:25:12 mikescott Exp $ =head1 NAME @@ -444,6 +444,8 @@ Helper for detach and kill. Returns the interpreter, if it didn't finish yet. + +=cut */
