This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
AUTHORS update.
[perl5.git] / wince / xmakediffs.ksh
1 cd h:/src
2
3 files="perl.c perlio.c perl.h"
4
5 for f in $files; do
6   diff -c vc/perl/$f wince/perl/$f
7 done
8