diff options
| author | Paul Sokolovsky | 2014-02-14 17:16:35 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2014-02-14 20:38:35 +0200 |
| commit | 8bc3516389cd148ebeaa58ceaf3d3f7fb13440d8 (patch) | |
| tree | 11b747322a7d8c03d476914d57fd86725f886a12 /py/py.mk | |
| parent | 70d7a83c74812a517ef0489877becb075d164630 (diff) | |
ffi: Implement ffivar.get()/set() methods.
Done by introducing another factored out helper API in binary.c. This API
can be reused also by array and struct modules.
Diffstat (limited to 'py/py.mk')
| -rw-r--r-- | py/py.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ PY_O_BASENAME = \ objzip.o \ sequence.o \ stream.o \ + binary.o \ builtin.o \ builtinimport.o \ builtinevex.o \ |
