# New Ticket Created by  Leopold Toetsch 
# Please include the string:  [perl #16085]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16085 >


Hi,

this one was left over.
Please apply.

leo


-- attachment  1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/33289/27409/dce116/perlundef.pmc.diff

--- perlundef.pmc       Sun Jul 28 13:33:34 2002
+++ /home/lt/src/parrot-007/classes/perlundef.pmc       Thu Aug  8 20:11:49 2002
@@ -127,16 +127,6 @@
         pmc->vtable->set_string_native(interpreter, pmc, value);
     }
 
-    void set_string_unicode (STRING* value) {
-       CHANGE_TYPE(pmc, PerlString);
-        pmc->vtable->set_string_unicode(interpreter, pmc, value);
-    }
-
-    void set_string_other (STRING* value) {
-       CHANGE_TYPE(pmc, PerlString);
-        pmc->vtable->set_string_other(interpreter, pmc, value);
-    }
-
     void set_string_same (PMC* value) {
         /* Do nothing; Can't happen? */ 
     }

Reply via email to