nasmlib.c: prefix_name(): use the elements() macro
commit52bd38b899ed03dee25aea931c0908354b4ae6a6
authorH. Peter Anvin <hpa@zytor.com>
Fri, 9 Nov 2007 03:34:01 +0000 (8 19:34 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 9 Nov 2007 03:34:01 +0000 (8 19:34 -0800)
treebf11a841dc9ea01759e50a76a5fdaa784303ece4
parent6a6eafdcee2f454eb6680b5919b9365bb2e827f0
nasmlib.c: prefix_name(): use the elements() macro

Use the elements() macro to count the elements in a static array.
nasmlib.c