Skip to content

Commit ba96247

Browse files
committed
pir::join now eradicated from live code: use nqp::join instead
1 parent 143a6d0 commit ba96247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/QAST/Compiler.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ class QAST::Compiler is HLL::Compiler {
388388
nqp::push(@param, ':named(' ~ self.escape($_.named) ~ ')');
389389
}
390390

391-
$decls.push_pirop(pir::join(' ', @param));
391+
$decls.push_pirop(nqp::join(' ', @param));
392392
}
393393
}
394394

0 commit comments

Comments
 (0)