(t)
| 31734 | } |
| 31735 | |
| 31736 | function shiftT(t) |
| 31737 | { |
| 31738 | if (l1 == t) |
| 31739 | { |
| 31740 | b0 = b1; e0 = e1; l1 = l2; if (l1 != 0) { |
| 31741 | b1 = b2; e1 = e2; l2 = 0; } |
| 31742 | } |
| 31743 | else |
| 31744 | { |
| 31745 | error(b1, e1, 0, l1, t); |
| 31746 | } |
| 31747 | } |
| 31748 | |
| 31749 | function skip(code) |
| 31750 | { |
no test coverage detected