source/names.c: cloog_names_generate_items: fix up prototype
commit8fb9b33a6eea3290d40b8cd716f949ad1ded3608
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 13 Nov 2011 19:11:57 +0000 (13 20:11 +0100)
committerTobias Grosser <tobias@grosser.es>
Tue, 15 Nov 2011 11:02:57 +0000 (15 12:02 +0100)
treec23fb90b1c0d4a4083ce6af1200d412e6985b4cc
parent31ed3d9a967afb5bcea876bed4e74a6e9267420a
source/names.c: cloog_names_generate_items: fix up prototype

The K&R parameters actually had 'int' type and were therefore
incompatible with the 'char' type in the function declaration in names.h

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Tobias Grosser <tobias@grosser.es>
source/names.c