Branch: Tag:

2014-10-05

2014-10-05 20:44:39 by Martin Nilsson <nilsson@opera.com>

Always hide empty modules.

831:   #include "module.h"   #include "module_support.h"   PIKE_MODULE_INIT { -  if(!TEST_COMPAT(7,6)) +     HIDE_MODULE();   }   PIKE_MODULE_EXIT {}   #endif