fixed a bug occuring when shapes are entirely outside of the viewport
[swftools.git] / lib / python / mypython.c
1 #include <Python.h>
2
3 int main(int argn, char*argv[])
4 {
5     void* dummy = malloc(4096);
6     return Py_Main(argn, argv);
7 }