mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
fix compilation on Windows
This commit is contained in:
@@ -1675,7 +1675,7 @@ pgf_bootNGF(PyObject *self, PyObject *args)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
const char *fpath // pgf
|
const char *fpath; // pgf
|
||||||
const char *npath; // ngf
|
const char *npath; // ngf
|
||||||
if (!PyArg_ParseTuple(args, "ss", &fpath, &npath))
|
if (!PyArg_ParseTuple(args, "ss", &fpath, &npath))
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user