Author: pmichaud
Date: Sat Dec  6 20:16:18 2008
New Revision: 33584

Modified:
   trunk/src/pmc/capture.pmc

Log:
[core]:  (capture.pmc)  It helps to signify vtable with VTABLE.  :-|


Modified: trunk/src/pmc/capture.pmc
==============================================================================
--- trunk/src/pmc/capture.pmc   (original)
+++ trunk/src/pmc/capture.pmc   Sat Dec  6 20:16:18 2008
@@ -452,7 +452,7 @@
 
 */
 
-    void set_pmc(PMC *capture) {
+    VTABLE void set_pmc(PMC *capture) {
         if (PMC_IS_NULL(capture)) {
             PARROT_CAPTURE(SELF)->array = NULL;
             PARROT_CAPTURE(SELF)->hash = NULL;

Reply via email to