Bump to m4 1.4.19
[platform/upstream/m4.git] / examples / exp.m4
1 define(`countdown', `$1 ifelse(eval($1 > 0), 1, `countdown(decr($1))', `Done')')