FYI: Reply from HP-UX
[git/dscho.git] / flex-2.5.33 / tests / test-linedir-r / check-lines.awk
blob6a1e5ece084581c3677883cd6e9e81d1618a3d9f
2 if( /#line/ && $1 != ($3 - 1)) {
3 printf "Line directive mismatch at line %d: %s\n", NR, $0;
4 exit 1;