If you have a module, it doesn't matter if it's constant? It should be visible anyway.
/ Mirar
Previous text:
2004-02-27 23:04: Subject: More 7.4/7.5 differences (C modules)
Hi,
Just another difference... Before (7.4), just using add_function() in pike_module_init() was enough to make it constant (i.e. visible through indices() and accessible by Module.func()).
In 7.5, however, it is not the case - so anything that is added with add_function() is not visible (and not accessible). Is it right - so add_function_constant() should be used (I just want to make minimum changes to existing modules, while migrating to 7.5).
Regards, /Al
/ Brevbäraren