[svn:parrot] r38308 - branches/pmc_pct/src/dynpmc

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Apr 24 14:08:28 UTC 2009


Author: cotto
Date: Fri Apr 24 14:08:28 2009
New Revision: 38308
URL: https://trac.parrot.org/parrot/changeset/38308

Log:
[pmc] fix gdbmhash's remaining function

Modified:
   branches/pmc_pct/src/dynpmc/gdbmhash.pmc

Modified: branches/pmc_pct/src/dynpmc/gdbmhash.pmc
==============================================================================
--- branches/pmc_pct/src/dynpmc/gdbmhash.pmc	Fri Apr 24 14:07:08 2009	(r38307)
+++ branches/pmc_pct/src/dynpmc/gdbmhash.pmc	Fri Apr 24 14:08:28 2009	(r38308)
@@ -91,7 +91,7 @@
 
 */
 
-    void class_init() {
+    VTABLE void class_init() {
         if (pass) {
 #ifdef WIN32
             /* RT #46393: What if libgdbm.so cannot be loaded */


More information about the parrot-commits mailing list