[svn:parrot] r44093 - trunk/src/pmc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Feb 17 15:11:26 UTC 2010


Author: mikehh
Date: Wed Feb 17 15:11:23 2010
New Revision: 44093
URL: https://trac.parrot.org/parrot/changeset/44093

Log:
add Copyright, Id, coda and some documentation

Modified:
   trunk/src/pmc/opcode.pmc

Modified: trunk/src/pmc/opcode.pmc
==============================================================================
--- trunk/src/pmc/opcode.pmc	Wed Feb 17 14:40:32 2010	(r44092)
+++ trunk/src/pmc/opcode.pmc	Wed Feb 17 15:11:23 2010	(r44093)
@@ -1,3 +1,19 @@
+/*
+Copyright (C) 2010, Parrot Foundation.
+$Id$
+
+=head1 NAME
+
+src/pmc/opcode.pmc
+
+=head1 DESCRIPTION
+
+Implements opcode VTABLEs.
+
+=cut
+
+*/
+
 #include "parrot/parrot.h"
 
 pmclass Opcode auto_attrs {
@@ -65,3 +81,10 @@
         return attrs->full_name_cache;
     }
 }
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */


More information about the parrot-commits mailing list