pike.git/
src/
modules/
SANE/
sane.c
Branch:
Tag:
Non-build tags
All tags
No tags
2018-03-19
2018-03-19 16:31:26 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a0ab675faf6d3deb213ad54c4fb6bb19daae33c1 (
2
lines) (+
2
/-
0
)
[
Show
|
Annotate
]
Branch:
master
SANE: Restore #include of module_support.h.
Fixes "undefined symbol: HIDE_MODULE".
816:
#else #include "program.h"
+
#include "module_support.h"
PIKE_MODULE_INIT { HIDE_MODULE(); } PIKE_MODULE_EXIT {} #endif