Sat, 04 Jun 2016 09:22:51 +0200
Code cleanup
15 | 1 | --- printrun/gcoder_line.c 2013-06-15 16:08:53.260081109 +0200 |
2 | +++ printrun/gcoder_line.c 2013-06-15 16:08:57.083439793 +0200 | |
3 | @@ -3945,2 +3945,4 @@ static int __Pyx_InitGlobals(void) { | |
4 | ||
5 | +#include "gcoder_line_extra.h" | |
6 | + | |
7 | #if PY_MAJOR_VERSION < 3 | |
8 | @@ -4032,2 +4034,7 @@ PyMODINIT_FUNC PyInit_gcoder_line(void) | |
9 | /*--- Execution code ---*/ | |
10 | + nysets_heapdefs[0].type = &__pyx_type_8printrun_11gcoder_line_GLine; | |
11 | + if (PyDict_SetItemString(__pyx_d, | |
12 | + "_NyHeapDefs_", | |
13 | + PyCObject_FromVoidPtrAndDesc(&nysets_heapdefs, "NyHeapDef[] v1.0", 0)) < 0) | |
14 | +{__pyx_filename = __pyx_f[0]; __pyx_lineno = 61; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
15 |