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