Author: fperrad
Date: Mon Jan  9 03:49:13 2006
New Revision: 11015

Modified:
   trunk/tools/build/parrotdef.pl
Log:
Remove some symbols :
Cannot export Parrot_PMC_get_intval: symbol not defined
Cannot export Parrot_PMC_typenum: symbol not defined
Cannot export Parrot_call_method: symbol not defined
Cannot export Parrot_call_sub: symbol not defined

Modified: trunk/tools/build/parrotdef.pl
==============================================================================
--- trunk/tools/build/parrotdef.pl      (original)
+++ trunk/tools/build/parrotdef.pl      Mon Jan  9 03:49:13 2006
@@ -235,12 +235,8 @@ my @funcnames = qw(

        stack_push

        Parrot_signbit

        new_ret_continuation_pmc

-       Parrot_PMC_typenum

-       Parrot_call_sub

        Parrot_get_global

        string_make_empty

-       Parrot_PMC_get_intval

-       Parrot_call_method

        string_replace

        Parrot_make_COW_reference

        Parrot_switch_to_cs

Reply via email to