@@ -1411,7 +1411,6 @@ EOF
14111411
14121412pp_def('xchg',
14131413 OtherPars => 'PDL_Indx n1; PDL_Indx n2;',
1414- TwoWay => 1,
14151414 P2Child => 1,
14161415 AffinePriv => 1,
14171416 EquivDimCheck =>pp_line_numbers(__LINE__, <<'EOF'),
@@ -1575,7 +1574,6 @@ EOD
15751574
15761575pp_def('mv',
15771576 OtherPars => 'PDL_Indx n1; PDL_Indx n2;',
1578- TwoWay => 1,
15791577 P2Child => 1,
15801578 AffinePriv => 1,
15811579 CHeader => <<'EOF',
@@ -1718,7 +1716,6 @@ in the usual way (-1 = last dim).
17181716=cut
17191717EOD
17201718 P2Child => 1,
1721- TwoWay => 1,
17221719 AffinePriv => 1,
17231720 OtherPars => join('', map "PDL_Indx $_;", qw(nthdim step nlags)),
17241721 RedoDims => pp_line_numbers(__LINE__, <<'EOF'),
@@ -1776,7 +1773,6 @@ is always true (C<m> has to be less than 3).
17761773=cut
17771774EOD
17781775 P2Child => 1,
1779- TwoWay => 1,
17801776 OtherPars => join('', map "PDL_Indx $_;", qw(nthdim nsp)),
17811777 AffinePriv => 1,
17821778 RedoDims => pp_line_numbers(__LINE__, <<'EOF'),
@@ -1850,7 +1846,6 @@ Put some dimensions to a broadcastid.
18501846 $y = $x->broadcastI(0,1,5); # broadcast over dims 1,5 in id 1
18511847EOD
18521848 P2Child => 1,
1853- TwoWay => 1,
18541849 AffinePriv => 1,
18551850 OtherPars => "PDL_Indx id; PDL_Indx whichdims[]",
18561851 Comp => 'PDL_Indx nrealwhichdims',
@@ -1930,7 +1925,6 @@ See [TBD Doc] for details and examples.
19301925=cut
19311926EOD
19321927 P2Child => 1,
1933- TwoWay => 1,
19341928 AffinePriv => 1,
19351929 OtherPars => 'PDL_Indx atind;',
19361930 RedoDims => pp_line_numbers(__LINE__, <<'EOF'),
@@ -2333,7 +2327,6 @@ EOD-slice
23332327 PDL_Indx end[$COMP(nargs)];
23342328 ',
23352329 AffinePriv => 1,
2336- TwoWay => 1,
23372330 MakeComp => pp_line_numbers(__LINE__, <<'SLICE-MC'),
23382331 PDL_Indx nargs = 0;
23392332 pdl_slice_args *argsptr = arglist;
@@ -2436,7 +2429,6 @@ EOF
24362429
24372430pp_def('diagonal',
24382431 P2Child => 1,
2439- TwoWay => 1,
24402432 AffinePriv => 1,
24412433 OtherPars => 'PDL_Indx whichdims[]',
24422434 MakeComp => pp_line_numbers(__LINE__-1, '
0 commit comments