evalue.c: avoid use of alloca
commit708c417a48dba3673ad872fcea8b39f3e71e6d27
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 27 Jun 2010 12:48:43 +0000 (27 14:48 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 27 Jun 2010 12:51:50 +0000 (27 14:51 +0200)
treee37f2b7e945a2ae7481a1cdcc947535b6b316580
parent20082051ffd6fff7c71810c49dbe3d656acc83dd
evalue.c: avoid use of alloca

alloca is not portable and the gnulib version was removed
in 247256a (use isl for argument parsing).
evalue.c