for beter make distclean (was Re: [PATCH] Re: [ID 20020305.026] Not OK: perl v5.7...
[p5sagit/p5-mst-13.2.git] / wince / xmakediffs.ksh
CommitLineData
e4451f11 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