clast_stmt: replace type by vtable identifying the type of clast_stmt
commit8d83faddf2e0a30286425177fe9cf111c33472e3
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Apr 2008 08:58:53 +0000 (10 10:58 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Apr 2008 09:28:06 +0000 (10 11:28 +0200)
tree6cb1238093773b178f94f7b6239dab5cd4fe0f54
parent1400f8d2840fa2576274b0b3409dc9091adcc52f
clast_stmt: replace type by vtable identifying the type of clast_stmt

This opens the way for users of CLooG to define new subtypes.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Signed-off-by: Louis-Noel Pouchet <louis-noel.pouchet@inria.fr>
include/cloog/clast.h
source/clast.c
source/pprint.c