python interface: do not treat function pointer as pointer to isl_* structure
commit6956b8a50e10cbe7a8d10c821a95df73ad3011a0
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 26 Jul 2015 09:23:06 +0000 (26 11:23 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 26 Jul 2015 09:24:17 +0000 (26 11:24 +0200)
tree796acffbe531df547eaeebfc24854449c55fcfe3
parentbd62244e9796e07aff2f918e52fac5a157c55bf8
python interface: do not treat function pointer as pointer to isl_* structure

Since 370a8b7 (introduce isl_bool and isl_stat return types,
Mon May 4 09:45:16 2015 +0200), the type of a callback starts
with "isl_stat" and so it would mistakenly get identified
as a pointer to an isl_* structure.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
interface/python.cc