source:
trunk/essentials/sys-devel/flex/tests/test-linedir-r/check-lines.awk
Last change on this file was 3031, checked in by , 18 years ago | |
---|---|
File size: 119 bytes |
Line | |
---|---|
1 | { |
2 | if( /#line/ && $1 != ($3 - 1)) { |
3 | printf "Line directive mismatch at line %d: %s\n", NR, $0; |
4 | exit 1; |
5 | } |
6 | } |
7 |
Note:
See TracBrowser
for help on using the repository browser.