repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve behaviour under VPC, fixes from nicolas tittley.
[minix.git]
/
commands
/
m4
/
Ack.m4
blob
e05f24139c1f8d42a6dcf478c993bc1a90a7bd5f
1
define(ack, `ifelse($1,0,incr($2),$2,0,`ack(DECR($1),1)',
2
`ack(DECR($1), ack($1,DECR($2)))')')