Author: kjs
Date: Sun Jan  4 08:07:55 2009
New Revision: 34925

Modified:
   trunk/compilers/pirc/src/pirop.c

Log:
[pirc] fix POD.

Modified: trunk/compilers/pirc/src/pirop.c
==============================================================================
--- trunk/compilers/pirc/src/pirop.c    (original)
+++ trunk/compilers/pirc/src/pirop.c    Sun Jan  4 08:07:55 2009
@@ -9,6 +9,17 @@
 #include "pirop.h"
 #include "pirerr.h"
 
+/*
+
+=head1 DESCRIPTION
+
+=head1 FUNCTIONS
+
+=over 4
+
+=cut
+
+*/
 
 /* the order of these letters match with the pir_type enumeration.
  * These are used for generating the full opname (set I0, 10 -> set_i_ic).
@@ -275,6 +286,13 @@
 
 }
 
+/*
+
+=back
+
+=cut
+
+*/
 
 /*
  * Local variables:

Reply via email to