auxiliary function to define indexing expressions */
| 1343 | |
| 1344 | /* auxiliary function to define indexing expressions */ |
| 1345 | static void fillidxk (expdesc *t, int idx, expkind k) { |
| 1346 | t->u.ind.idx = cast_byte(idx); |
| 1347 | t->k = k; |
| 1348 | } |
| 1349 | |
| 1350 | |
| 1351 | /* |