initial kona package with maintainer info and without termux-elf-cleaner.cpp changes
[termux-packages] / packages / kona / c.c.patch
1 --- ../kona-Win.3.36-64/src/c.c 2015-07-30 11:18:02.000000000 -0400
2 +++ ./src/c.c 2015-12-06 03:19:35.000000000 -0500
3 @@ -463,7 +463,7 @@
4 w=t; while(isspace(*w++))l++;
5 if(l==n||!n){if(y)cd(y); y=0; continue;}
6 O("%s ",t);
7 - if(-1==getline_(&u,&m,stdin))GC;
8 + if(-1==new_getline_(&u,&m,stdin))GC;
9 d=stepopt(u,m);
10 if(d==1){if(y)cd(y); y=0; continue;}else if(d==2)GC;
11 show(k=ex(wd(t,n)));