Re: PATCH: Trivial typo patch for config/init/headers.pl

2004-02-12 Thread chromatic
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

PATCH: Trivial typo patch for config/init/headers.pl

2004-02-12 Thread Art Haas
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

Re: headers.pl

2003-08-22 Thread Leopold Toetsch
Vladimir Lipskiy <[EMAIL PROTECTED]> wrote: > s/$inc/^$inc/; Thanks. leo

headers.pl

2003-08-22 Thread Vladimir Lipskiy
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/;