1
0
forked from GitHub/gf-core

Add and pass all the abstraction test cases. Some header cleanup.

This commit is contained in:
John J. Camilleri
2021-09-16 15:38:02 +02:00
parent b393efff59
commit a8bda009a4
7 changed files with 48 additions and 50 deletions

View File

@@ -3,7 +3,6 @@
#include <structmember.h>
#include <pgf/pgf.h>
#include "./compat.h"
#include "./expr.h"
#include "./marshaller.h"
@@ -2524,7 +2523,7 @@ pgf_bootNGF(PyObject *self, PyObject *args)
static PGFObject*
pgf_readNGF(PyObject *self, PyObject *args)
{
const char *fpath;
const char *fpath;
if (!PyArg_ParseTuple(args, "s", &fpath))
return NULL;