On Thu, 2004-02-12 at 07:17, Art Haas wrote:
> Add in a missing 'n'. Also, the file 'config/auto/byteorder.pl' is missing a
> newline at the end of the file. A simple open and save in vim would fix
> that up.
Thanks, applied.
-- c
mated ops: 2
Elapsed time: 0.535377
M op/s:373.568514
$
This is on an old 200 MHz Pentium.
Art Haas
Index: config/init/headers.pl
===
RCS file: /cvs/public/parrot/config/init/headers.pl,v
retrieving revision 1.4
diff
Vladimir Lipskiy <[EMAIL PROTECTED]> wrote:
> s/$inc/^$inc/;
Thanks.
leo
I just peeped in headers.pl and alighted on that you had forgotten
to put ^ in front of $inc according to Benjamin's advice(if you had
meant that advice, of course) .
s/$inc/^$inc/;