Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
9317a74a
Commit
9317a74a
authored
Apr 17, 2016
by
Jerry Jacobs
Browse files
fmacros.h: Fix warning when compiled with -Wundef
parent
1b8ed388
Changes
1
Hide whitespace changes
Inline
Side-by-side
fmacros.h
View file @
9317a74a
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
#define _XOPEN_SOURCE
#define _XOPEN_SOURCE
#endif
#endif
#if __APPLE__ && __MACH__
#if
defined(
__APPLE__
)
&&
defined(
__MACH__
)
#define _OSX
#define _OSX
#endif
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment