Rev 7772 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 7773 2011-05-03 09:33:06
- Author: poulhies
- Log message:
- bug fix
incorrect handling of inner statements inside a for/while/do when this statement is also a statement container (but not only).
F-e, for(xxx) for (yyy) {a;b;c} is translated in for(xxx){a;b;c}