pike.git/
src/
modules/
FSEvents/
fsevents.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-10-22
2014-10-22 15:36:31 by Arne Goedeke <el@laramies.com>
ad396b16dd35412fb8fde7c8827e0a86d5f65bde (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
FSEvents: misplaced ifdef
400:
return str; }
-
#endif /* HAVE_FRAMEWORK_CORESERVICES */
-
+
INIT { }
416:
}
+
#endif /* HAVE_FRAMEWORK_CORESERVICES */
+
PIKE_MODULE_INIT { INIT;