work around a swig issue on Arch Linux
destroy_atomic_prop_set() takes a parameter named 'as', and aparently Swig reuses this name as-is, although it is a Python keyword. * src/ltlvisit/apcollect.hh (destroy_atomic_prop_set): Rename the parameter to please Swig on Arch Linux.
Please register or sign in to comment