summaryrefslogtreecommitdiff
path: root/extraction/convert
blob: b3d253360e37db08d94d569cc834c4013ac5fc5f (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/perl -pi

s/\bList\b/CList/g;
s/\bString\b/CString/g;
s/\bInt\.Z_as_Int\b/CInt.Z_as_Int/g;
s/\bInt\.Int\b/CInt.Int/g;
s/\bInt\.MoreInt\b/CInt.MoreInt/g;
s/^open Int$//;