Commit 56a76f96 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5d062210
......@@ -27,29 +27,6 @@
cdef extern from "wcfs/internal/wcfs.h":
pass
#from wendelin.bigfile import BigFile
# XXX C++ does not understand -fplan9-extensions
"""
cdef extern from "bigfile/_bigfile.h":
ctypedef extern class wendelin.bigfile._bigfile.BigFile[object PyBigFile]:
pass
"""
## FIXME hack, keep in sync with PyBigFile
#cdef extern from *:
# """
# #include <wendelin/bigfile/file.h>
# #include <wendelin/bigfile/virtmem.h>
#
# struct cxxPyBigFile {
# PyObject pyobj;
# BigFile file;
# };
# """
# struct cxxPyBigFile:
# pass
# ctypedef extern class wendelin.bigfile._bigfile.BigFile[object cxxPyBigFile]:
# pass
cdef extern from "bigfile/_bigfile.h":
struct PyBigFile:
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment