Hi,
Ondrej Certik wrote:
> step.c:2052: warning: missing initializer
> step.c:2052: warning: (near initialization for
> '__pyx_string_tab[11].is_identifier')
>
> could be fixed by this patch to the step.c file:
>
> {&__pyx_kp_gauss, __pyx_k_gauss, sizeof(__pyx_k_gauss), 1, 1, 1},
> {&__pyx_kp_get_f, __pyx_k_get_f, sizeof(__pyx_k_get_f), 0, 1, 1},
> - {0, 0, 0, 0, 0}
> + {0, 0, 0, 0, 0, 0}
> };
Fixed.
Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev