Merging r50602 through r50617 form trunk into soc-2011-tomato
This commit is contained in:
@@ -74,8 +74,7 @@ static struct PyModuleDef gpumodule = {
|
||||
NULL, NULL, NULL, NULL, NULL
|
||||
};
|
||||
|
||||
PyMODINIT_FUNC
|
||||
PyInit_gpu(void)
|
||||
static PyObject *PyInit_gpu(void)
|
||||
{
|
||||
PyObject *m;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user