Skip to content

No malloc.h

Martin Reinecke requested to merge keskitalo:no_malloc_h into master

Created by: keskitalo

sharp_legendre.c.in attempts to include a nonstandard header, malloc.h, not available on all systems. This PR replaces the include with the standard stdlib.h.

It also fixes a python3 incompatibility in runjinja.py. Going forward, more systems can be expected to default "python" to python3.

Merge request reports