pike.git/
src/
modules/
SANE/
sane.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-05
2014-10-05 20:44:39 by Martin Nilsson <nilsson@opera.com>
ecb2c088e7b9050fc66dbcd9ba17b920953f8ff1 (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
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