"weak" references internals, still needs perlguts documentation
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 8df5616..56199d2 100644 (file)
--- a/util.c
+++ b/util.c
@@ -3188,6 +3188,9 @@ get_vtbl(int vtbl_id)
     case want_vtbl_amagicelem:
        result = &PL_vtbl_amagicelem;
        break;
+    case want_vtbl_backref:
+       result = &PL_vtbl_backref;
+       break;
     }
     return result;
 }