Files
Upsilon/python/port/port.h
Émilie Feral e0252c7751 [python] Fix garbage collector
Change-Id: I529ff93e7f8841574ff24cb1b6461aa48039ab61
2017-08-25 11:20:49 +02:00

7 lines
84 B
C

#ifndef PYTHON_PORT_H
#define PYTHON_PORT_H
void mp_port_init_stack_top();
#endif