Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

5 views
Skip to first unread message

Art Haas

unread,
Feb 12, 2004, 10:17:37 AM2/12/04
to perl6-i...@perl.org
Hi.

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.

Parrot builds nicely on my old machine.

$ ./parrot -j ./examples/assembly/mops.pasm
Iterations: 100000000
Estimated ops: 200000000
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 -u -r1.4 headers.pl
--- config/init/headers.pl 23 Aug 2003 09:40:08 -0000 1.4
+++ config/init/headers.pl 12 Feb 2004 15:12:09 -0000
@@ -5,7 +5,7 @@
use Parrot::Configure::Step;
use ExtUtils::Manifest qw(maniread);

-$description="Determinig nongenerated header files...";
+$description="Determining nongenerated header files...";

@args=();

Chromatic

unread,
Feb 12, 2004, 11:50:51 AM2/12/04
to Art Haas, perl6-i...@perl.org
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

0 new messages