Author: kjs
Date: Mon Aug 11 05:43:05 2008
New Revision: 30169

Modified:
   trunk/compilers/pirc/new/pircompunit.c

Log:
[pirc/new] fix pod error in pircompunit.c. Sorry!

Modified: trunk/compilers/pirc/new/pircompunit.c
==============================================================================
--- trunk/compilers/pirc/new/pircompunit.c      (original)
+++ trunk/compilers/pirc/new/pircompunit.c      Mon Aug 11 05:43:05 2008
@@ -30,7 +30,16 @@
 /* the order of these letters match with the pir_type enumeration. */
 const char pir_register_types[5] = {'I', 'N', 'S', 'P', '?'};
 
+/*
+
+
+=head1 Functions
+
+=over 4
+
+=cut
 
+*/
 
 void *
 panic(char *msg) {
@@ -440,7 +449,6 @@
 
 /*
 
-=over 4
 
 =item C<new_named_const>
 
@@ -1047,10 +1055,13 @@
 
 }
 
+
 /*
 
 =back
 
+=cut
+
 */
 
 /*

Reply via email to