use ARRAY_SIZE() when possible
commitc5e425e5f2f10f11c8d0f17733c87b5194e1f752
authorNamhyung Kim <namhyung@gmail.com>
Thu, 9 Dec 2010 11:27:00 +0000 (9 20:27 +0900)
committerChristopher Li <sparse@chrisli.org>
Mon, 3 Jan 2011 10:18:09 +0000 (3 02:18 -0800)
tree728869bc3b0ab9d3670d2a6e208dd0baa4acae6c
parent5ecad11b093eb431619aed1b02c1d6d12f77ad97
use ARRAY_SIZE() when possible

Convert (sizeof arr / sizeof arr[0]) to ARRAY_SIZE(arr).

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Christopher Li <sparse@chrisli.org>
lib.c
pre-process.c
show-parse.c