mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 09:19:32 -06:00
Start work on marshalling in Python bindings
This commit is contained in:
11
src/runtime/python/marshaller.h
Normal file
11
src/runtime/python/marshaller.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef PYPGF_MARSHALLER_H_
|
||||
#define PYPGF_MARSHALLER_H_
|
||||
|
||||
// #define PY_SSIZE_T_CLEAN
|
||||
// #include <Python.h>
|
||||
|
||||
#include <pgf/pgf.h>
|
||||
|
||||
extern PgfUnmarshaller unmarshaller;
|
||||
|
||||
#endif // PYPGF_MARSHALLER_H_
|
||||
Reference in New Issue
Block a user