Remove building with NOCRYPTO option
[minix3.git] / external / bsd / flex / dist / 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;