(t)
| 27595 | } |
| 27596 | |
| 27597 | function shiftT(t) |
| 27598 | { |
| 27599 | if (l1 == t) |
| 27600 | { |
| 27601 | b0 = b1; e0 = e1; l1 = l2; if (l1 != 0) { |
| 27602 | b1 = b2; e1 = e2; l2 = 0; } |
| 27603 | } |
| 27604 | else |
| 27605 | { |
| 27606 | error(b1, e1, 0, l1, t); |
| 27607 | } |
| 27608 | } |
| 27609 | |
| 27610 | function skip(code) |
| 27611 | { |
no test coverage detected