@@ -1411,7 +1411,6 @@ EOF
14111411
14121412pp_def('xchg',
14131413 OtherPars => 'PDL_Indx n1; PDL_Indx n2;',
1414- P2Child => 1,
14151414 AffinePriv => 1,
14161415 EquivDimCheck =>pp_line_numbers(__LINE__, <<'EOF'),
14171416 if ($COMP(n1) <0)
@@ -1574,7 +1573,6 @@ EOD
15741573
15751574pp_def('mv',
15761575 OtherPars => 'PDL_Indx n1; PDL_Indx n2;',
1577- P2Child => 1,
15781576 AffinePriv => 1,
15791577 CHeader => <<'EOF',
15801578#define EQUIVDIM(dima,dimb,cdim,inc) \
@@ -1715,7 +1713,6 @@ negative and will then be counted from the last dim backwards
17151713in the usual way (-1 = last dim).
17161714=cut
17171715EOD
1718- P2Child => 1,
17191716 AffinePriv => 1,
17201717 OtherPars => join('', map "PDL_Indx $_;", qw(nthdim step nlags)),
17211718 RedoDims => pp_line_numbers(__LINE__, <<'EOF'),
@@ -1772,7 +1769,6 @@ the expression
17721769is always true (C<m> has to be less than 3).
17731770=cut
17741771EOD
1775- P2Child => 1,
17761772 OtherPars => join('', map "PDL_Indx $_;", qw(nthdim nsp)),
17771773 AffinePriv => 1,
17781774 RedoDims => pp_line_numbers(__LINE__, <<'EOF'),
@@ -1845,7 +1841,6 @@ Put some dimensions to a broadcastid.
18451841
18461842 $y = $x->broadcastI(0,1,5); # broadcast over dims 1,5 in id 1
18471843EOD
1848- P2Child => 1,
18491844 AffinePriv => 1,
18501845 OtherPars => "PDL_Indx id; PDL_Indx whichdims[]",
18511846 Comp => 'PDL_Indx nrealwhichdims',
@@ -1924,7 +1919,6 @@ All broadcasted dimensions are made real again.
19241919See [TBD Doc] for details and examples.
19251920=cut
19261921EOD
1927- P2Child => 1,
19281922 AffinePriv => 1,
19291923 OtherPars => 'PDL_Indx atind;',
19301924 RedoDims => pp_line_numbers(__LINE__, <<'EOF'),
@@ -2304,7 +2298,6 @@ sub PDL::slice :lvalue {
23042298 $o;
23052299}
23062300EOD-slice
2307- P2Child => 1,
23082301 OtherPars => 'pdl_slice_args *arglist;',
23092302#
23102303# Comp stash definitions:
@@ -2428,7 +2421,6 @@ EOF
24282421);
24292422
24302423pp_def('diagonal',
2431- P2Child => 1,
24322424 AffinePriv => 1,
24332425 OtherPars => 'PDL_Indx whichdims[]',
24342426 MakeComp => pp_line_numbers(__LINE__-1, '
0 commit comments