xref: /original-bsd/usr.bin/m4/TEST/ack.m4 (revision c3e32dec)
1#
2# Copyright (c) 1989, 1993
3#	The Regents of the University of California.  All rights reserved.
4#
5# This code is derived from software contributed to Berkeley by
6# Ozan Yigit.
7#
8# %sccs.include.redist.sh%
9#
10#	@(#)ack.m4	8.1 (Berkeley) 06/06/93
11#
12
13define(ack, `ifelse($1,0,incr($2),$2,0,`ack(DECR($1),1)',
14`ack(DECR($1), ack($1,DECR($2)))')')
15