File indexing completed on 2024-09-22 04:53:10

0001 define(`M4_REPEAT', `ifelse(eval($1 > 0), 1,`M4_REPEAT(decr($1), `$2') $2(decr($1))', `')')dnl