cvsuser 04/01/10 03:23:19
Modified: src packfile.c
Log:
Removed POD errors
Revision Changes Path
1.128 +11 -1 parrot/src/packfile.c
Index: packfile.c
===================================================================
RCS file: /cvs/public/parrot/src/packfile.c,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -w -r1.127 -r1.128
--- packfile.c 27 Dec 2003 12:28:09 -0000 1.127
+++ packfile.c 10 Jan 2004 11:23:19 -0000 1.128
@@ -7,7 +7,7 @@
** This program is free software. It is subject to the same
** license as Parrot itself.
**
-** $Id: packfile.c,v 1.127 2003/12/27 12:28:09 leo Exp $
+** $Id: packfile.c,v 1.128 2004/01/10 11:23:19 mikescott Exp $
**
** History:
** Rework by Melvin; new bytecode format, make bytecode portable.
@@ -87,6 +87,8 @@
See L<parrotbyte> for information about the structure of the
frozen bytecode.
+=over 4
+
=cut
*/
@@ -531,6 +533,7 @@
* data possibly empty data, or e.g. byte code
=cut
+
*/
/*
@@ -2057,6 +2060,8 @@
=back
+=over
+
=item PackFile_append_pbc
Read a PBC and append it to the current directory
@@ -2134,6 +2139,11 @@
{
fixup_subs(interpreter, interpreter->code);
}
+
+=back
+
+=cut
+
/*
* Local variables:
* c-indentation-style: bsd