Skip to content
Snippets Groups Projects
Commit 64e6cf1e authored by Arne Goedeke's avatar Arne Goedeke
Browse files

FSEvents: misplaced ifdef

parent ea8a1173
No related branches found
No related tags found
No related merge requests found
...@@ -400,8 +400,6 @@ struct pike_string * string_from_cfstring(CFStringRef cfString) ...@@ -400,8 +400,6 @@ struct pike_string * string_from_cfstring(CFStringRef cfString)
return str; return str;
} }
#endif /* HAVE_FRAMEWORK_CORESERVICES */
INIT INIT
{ {
} }
...@@ -416,6 +414,8 @@ struct pike_string * string_from_cfstring(CFStringRef cfString) ...@@ -416,6 +414,8 @@ struct pike_string * string_from_cfstring(CFStringRef cfString)
} }
#endif /* HAVE_FRAMEWORK_CORESERVICES */
PIKE_MODULE_INIT PIKE_MODULE_INIT
{ {
INIT; INIT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment