mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 21:19:31 -06:00
14 lines
233 B
C
14 lines
233 B
C
#ifndef PYPGF_MARSHALLER_H_
|
|
#define PYPGF_MARSHALLER_H_
|
|
|
|
// #define PY_SSIZE_T_CLEAN
|
|
// #include <Python.h>
|
|
|
|
#include <pgf/pgf.h>
|
|
|
|
extern PgfUnmarshaller unmarshaller;
|
|
|
|
extern PgfMarshaller marshaller;
|
|
|
|
#endif // PYPGF_MARSHALLER_H_
|