Author: leo
Date: Wed Apr 20 05:11:18 2005
New Revision: 7893
Modified:
trunk/dynclasses/tclstring.pmc
Log:
dod_register the anchor
Modified: trunk/dynclasses/tclstring.pmc
==============================================================================
--- trunk/dynclasses/tclstring.pmc (original)
+++ trunk/dynclasses/tclstring.pmc Wed Apr 20 05:11:18 2005
@@ -39,6 +39,7 @@
VTABLE_set_string_keyed_int(INTERP,string_anchor,1,false);
VTABLE_set_string_keyed_int(INTERP,string_anchor,2,yes);
VTABLE_set_string_keyed_int(INTERP,string_anchor,3,no);
+ dod_register_pmc(INTERP, string_anchor);
}
}