source: trunk/essentials/sys-devel/flex/tests/test-linedir-r/check-lines.awk

Last change on this file was 3031, checked in by bird, 18 years ago

flex 2.5.33.

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.