Commit 392687ed authored by Kevin Modzelewski's avatar Kevin Modzelewski

Guess we have to add this

parent ec637745
......@@ -137,7 +137,7 @@ PyAPI_FUNC(void) PyType_SetDict(PyTypeObject*, PyObject*) PYSTON_NOEXCEPT;
PyAPI_FUNC(PyObject*) PyGC_RegisterStaticConstant(PyObject*) PYSTON_NOEXCEPT;
// Gets gc.garbage
PyAPI_FUNC(PyObject*) _PyGC_GetGarbage() PYSTON_NOEXCEPT;
PyAPI_FUNC(PyObject*) _PyGC_GetGarbage(void) PYSTON_NOEXCEPT;
// Pyston addition:
PyAPI_FUNC(void) PyGC_Enable() PYSTON_NOEXCEPT;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment