cloog_clast_create: create root node containing reference to names
commite2342aabe3ecb639ac4f199d06ea8ab1e9d451fe
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 19 May 2006 13:41:30 +0000 (19 15:41 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 19 May 2006 13:41:30 +0000 (19 15:41 +0200)
treef2e17ee756793081bc6225fb9fe2d10b0dedde3f
parente791131ac120649aec4dffd631d2779e89f54279
cloog_clast_create: create root node containing reference to names

The clast_term in the clast contain pointers to the names of the
program.  Since a user may still use the clast after freeing the
program, we keep a private copy of the names.
include/cloog/clast.h
include/cloog/names.h
source/clast.c
source/names.c
source/pprint.c