use BIND in IIDig for all languages in the library

This commit is contained in:
krasimir
2015-06-11 12:00:57 +00:00
parent 0804f386ff
commit 3c2740c079
24 changed files with 39 additions and 39 deletions

View File

@@ -121,7 +121,7 @@ lincat
IDig d = d ;
IIDig d i = {
s = d.s ++ i.s;
s = d.s ++ BIND ++ i.s;
n = ThreeTen ;
} ;