repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
external
/
bsd
/
flex
/
dist
/
tests
/
test-linedir-r
/
check-lines.awk
blob
6a1e5ece084581c3677883cd6e9e81d1618a3d9f
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