python interface: support 'char *' and 'const char *' return types
commit72f799453d53afcb333699b9a61f163cd27eba3d
authorTobias Grosser <tobias@grosser.es>
Thu, 30 Jun 2016 14:22:34 +0000 (30 16:22 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Jul 2016 14:42:58 +0000 (1 16:42 +0200)
treef5974992627289821847aa0f6eb32048deb4b241
parent850b4fe485788d55315769f2854811ac764ea4a8
python interface: support 'char *' and 'const char *' return types

This support is needed to expose the isl_ast_*_to_C_str() functions.
Part of this will also be used to set the type signatures of *_to_str
functions.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
interface/python.cc