ericlyon / pd-lyonpotpourri

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

too many functions are globally visible #7

Closed umlaeute closed 3 years ago

umlaeute commented 3 years ago

almost all functions are not declared as static and are thus globally visible.

this is bad because it makes nameclashes likely.

ericlyon commented 3 years ago

Local functions now declared static in externals code files.