ericlyon / pd-lyonpotpourri

Pd version of LyonPotpourri 3.0.
Other
19 stars 5 forks source link

[function~] duplicate static definition #17

Closed Lucarda closed 3 years ago

Lucarda commented 3 years ago

This error:

function~.c:32:1: error: duplicate 'static'
   32 | static void function_print(t_function *x);
ericlyon commented 3 years ago

Nice. That's fixed too. I guess your compiler must be more strict than mine :)

Lucarda commented 3 years ago

Cool! That worked and now it successfully finishes the build. :)