Skip to content

Commit f9578fe

Browse files
committed
Merge pull request #128 from ribasushi/sanificationz
Some minor grammar nit (vers 2)
2 parents 034ed97 + 9416e3b commit f9578fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/NQP/Grammar.nqp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,15 +590,15 @@ grammar NQP::Grammar is HLL::Grammar {
590590
]
591591

592592
[
593-
| <?[(]> <args>
593+
| <args>
594594
| ':' \s <args=.arglist>
595595
]**0..1
596596
}
597597

598598
token term:sym<self> { <sym> » }
599599

600600
token term:sym<identifier> {
601-
<deflongname> <?[(]> <args>
601+
<deflongname> <args>
602602
}
603603

604604
token term:sym<name> {

tools/lib/NQP/Configure.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ our @required_nqp_files = qw(
2828
@bindir@/nqp@exe@
2929
);
3030

31-
our $nqp_git = 'git://github.com/perl6/nqp.git';
32-
our $par_git = 'git://github.com/parrot/parrot.git';
31+
our $nqp_git = 'http://github.com/perl6/nqp.git';
32+
our $par_git = 'http://github.com/parrot/parrot.git';
3333

3434
our $nqp_push = 'git@github.com:perl6/nqp.git';
3535
our $par_push = 'git@github.com:parrot/parrot.git';

0 commit comments

Comments
 (0)