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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Mon Mar 22 22:54:53 UTC 2010


Author: NotFound
Date: Mon Mar 22 22:54:53 2010
New Revision: 45113
URL: https://trac.parrot.org/parrot/changeset/45113

Log:
make OpLib a singleton again

Modified:
   trunk/src/pmc/oplib.pmc

Modified: trunk/src/pmc/oplib.pmc
==============================================================================
--- trunk/src/pmc/oplib.pmc	Mon Mar 22 22:53:53 2010	(r45112)
+++ trunk/src/pmc/oplib.pmc	Mon Mar 22 22:54:53 2010	(r45113)
@@ -22,7 +22,7 @@
          need to cache even a majority of the ~1300 ops. */
 static PMC *OPLIB_PMC_INSTANCE;
 static PMC *OPLIB_OPCODE_CACHE;
-pmclass OpLib {
+pmclass OpLib singleton {
     void class_init() {
         OPLIB_PMC_INSTANCE = NULL;
         OPLIB_OPCODE_CACHE = NULL;


More information about the parrot-commits mailing list