@@ -151,7 +151,6 @@ pp_def('index',
151151 HandleBad => 1,
152152 DefaultFlow => 1,
153153 TwoWay => 1,
154- Lvalue => 1,
155154 Pars => 'a(n); indx ind(); [oca] c();',
156155 Code =>
157156 $index_init . ' $c() = $a(n => this_ind);',
@@ -167,7 +166,6 @@ pp_def('index1d',
167166 HandleBad => 1,
168167 DefaultFlow => 1,
169168 TwoWay => 1,
170- Lvalue => 1,
171169 Pars => 'a(n); indx ind(m); [oca] c(m);',
172170 Code => pp_line_numbers(__LINE__, <<'EOF'),
173171 loop(m) %{
@@ -216,7 +214,6 @@ pp_def('index2d',
216214 HandleBad => 1,
217215 DefaultFlow => 1,
218216 TwoWay => 1,
219- Lvalue => 1,
220217 Pars => 'a(na,nb); indx inda(); indx indb(); [oca] c();',
221218 Code =>
222219 $index2d_init . pp_line_numbers(__LINE__-1, ' $c() = $a(na => this_ind_a, nb => this_ind_b);'),
@@ -582,7 +579,6 @@ avoiding the perl argument-parsing step.
582579EOD
583580 HandleBad => 1,
584581 TwoWay => 1,
585- Lvalue => 1,
586582 P2Child => 1,
587583
588584# rdim: dimensionality of each range (0 dim of index PDL)
@@ -1416,7 +1412,6 @@ EOF
14161412pp_def('xchg',
14171413 OtherPars => 'PDL_Indx n1; PDL_Indx n2;',
14181414 TwoWay => 1,
1419- Lvalue => 1,
14201415 P2Child => 1,
14211416 AffinePriv => 1,
14221417 EquivDimCheck =>pp_line_numbers(__LINE__, <<'EOF'),
@@ -1581,7 +1576,6 @@ EOD
15811576pp_def('mv',
15821577 OtherPars => 'PDL_Indx n1; PDL_Indx n2;',
15831578 TwoWay => 1,
1584- Lvalue => 1,
15851579 P2Child => 1,
15861580 AffinePriv => 1,
15871581 CHeader => <<'EOF',
@@ -1857,7 +1851,6 @@ Put some dimensions to a broadcastid.
18571851EOD
18581852 P2Child => 1,
18591853 TwoWay => 1,
1860- Lvalue => 1,
18611854 AffinePriv => 1,
18621855 OtherPars => "PDL_Indx id; PDL_Indx whichdims[]",
18631856 Comp => 'PDL_Indx nrealwhichdims',
@@ -1938,7 +1931,6 @@ See [TBD Doc] for details and examples.
19381931EOD
19391932 P2Child => 1,
19401933 TwoWay => 1,
1941- Lvalue => 1,
19421934 AffinePriv => 1,
19431935 OtherPars => 'PDL_Indx atind;',
19441936 RedoDims => pp_line_numbers(__LINE__, <<'EOF'),
0 commit comments