Hallo, Martin Peach hat gesagt: // Martin Peach wrote:
Declaring a function static gives it file scope, so it is only known to functions in the same file. That might solve the 'shadowed declarations' error that occurs because two entities named 'exp' are found in the source.
Might indeed help, too, although renaming was easier. The static thing won't help with the clashes of *_setup functions, though, as these need to be visible to the Pd main app, so I think, they must not be "static". Am I right?
Frank Barknecht _ ______footils.org__