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
CommitLineData
e4451f11
JH
1cd h:/src
2
3files="perl.c perlio.c perl.h"
4
5for f in $files; do
6 diff -c vc/perl/$f wince/perl/$f
7done
8