clast: make global struct clast_stmt_ops const
commit89f4c213409bb7d87a0d28975bffaa3d2e017753
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 26 May 2009 17:47:43 +0000 (26 19:47 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 31 May 2009 18:38:30 +0000 (31 20:38 +0200)
tree2770add22f2469fac45600a0b3797636053ddc55
parenta9846c1b95d5ea884478c2d131f48d684de5301d
clast: make global struct clast_stmt_ops const

These final remaining global object were never changed anyway,
but to ensure thread safety it's best to explicitly mark them const.

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