[svn:parrot] r44094 - trunk/src/pmc
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Wed Feb 17 15:17:26 UTC 2010
Author: mikehh
Date: Wed Feb 17 15:17:26 2010
New Revision: 44094
URL: https://trac.parrot.org/parrot/changeset/44094
Log:
add Copyright, Id, coda and some documentation
Modified:
trunk/src/pmc/oplib.pmc
Modified: trunk/src/pmc/oplib.pmc
==============================================================================
--- trunk/src/pmc/oplib.pmc Wed Feb 17 15:11:23 2010 (r44093)
+++ trunk/src/pmc/oplib.pmc Wed Feb 17 15:17:26 2010 (r44094)
@@ -1,3 +1,19 @@
+/*
+Copyright (C) 2010, Parrot Foundation.
+$Id$
+
+=head1 NAME
+
+src/pmc/oplib.pmc
+
+=head1 DESCRIPTION
+
+Implements oplib VTABLEs.
+
+=cut
+
+*/
+
#include "parrot/parrot.h"
/* TODO: Since Opcode PMCs are essentially read-only after initialization
@@ -52,3 +68,10 @@
return INTERP->op_lib->op_count;
}
}
+
+/*
+ * Local variables:
+ * c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
More information about the parrot-commits
mailing list