py: Move native glue code from runtime.c to new file nativeglue.c.
This way, the native glue code is only compiled if native code is enabled (which makes complete sense; thanks to Paul Sokolovsky for the idea). Should fix issue #834.
py/nativeglue.c
0 → 100644
Please register or sign in to comment