rename pprint to clast_pprint to avoid namespace pollution
commit4d4769b20eb5bc0eb0aa13419daa297ae3c90524
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Jun 2009 13:26:29 +0000 (5 15:26 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 5 Jun 2009 13:26:29 +0000 (5 15:26 +0200)
treea05d91b43bbd3f8a3a042d07b597f7f26a895e9c
parent108d746398276143743691f8bfe8e5990c5cfcbc
rename pprint to clast_pprint to avoid namespace pollution

Also, make all pprint_* functions static.
The pprint* symbols were the only exported symbols that did
not contain either "cloog" or "clast" in their names.

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