cvsuser 05/03/26 08:56:59
Modified: src call_list.txt Log: Add call required for dynclasses/tclparser.pmc Revision Changes Path 1.58 +4 -1 parrot/src/call_list.txt Index: call_list.txt =================================================================== RCS file: /cvs/public/parrot/src/call_list.txt,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- call_list.txt 15 Mar 2005 20:05:43 -0000 1.57 +++ call_list.txt 26 Mar 2005 16:56:59 -0000 1.58 @@ -1,5 +1,5 @@ # Copyright: 2002-2005 The Perl Foundation. All Rights Reserved. -# $Id: call_list.txt,v 1.57 2005/03/15 20:05:43 bernhard Exp $ +# $Id: call_list.txt,v 1.58 2005/03/26 16:56:59 coke Exp $ # Function signature declarations for Parrot Native Call Interface. # The first alphanumeric is the type of the return value, @@ -278,3 +278,6 @@ v IOPPP P IOPPPP P IOPPPPP + +# Added for Tcl +l IOSl
