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

s/\bList\b/CList/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$//;