cloog_names_alloc: initialize structure with default values
commitee29845a7497a8378f6193083bc3d7b81bca2f5a
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 6 Apr 2009 08:24:03 +0000 (6 10:24 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 31 May 2009 18:23:52 +0000 (31 20:23 +0200)
tree796132050bf7566dbb8332da69f616573e8ab07d
parent43d0b3825b5ae57cc71d6d67d9ff86156643d218
cloog_names_alloc: initialize structure with default values

Inside cloog_program_read, it is more convenient to fill out
a CloogNames structure than to first collect all the data in
separate variables and then construct the structure.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/cloog/names.h
source/names.c
source/program.c