Update of /cvsroot/hoc/hoc/Bindings
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18040/Bindings
Modified Files:
binding-script.txt
Log Message:
Handle the Class type.
Index: binding-script.txt
===================================================================
RCS file: /cvsroot/hoc/hoc/Bindings/binding-script.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- binding-script.txt 12 Mar 2006 18:46:11 -0000 1.11
+++ binding-script.txt 20 Mar 2006 06:32:54 -0000 1.12
@@ -1,6 +1,7 @@
hidePrelude init error minimum maximum null concat words print length compare;
rename data data';
rename type type';
+rename class class';
covariant stringWithCString stringWithCStringLength;
covariant stringWithContentsOfFile stringWithContentsOfURL;
|