forked from boostorg/config
Forget a ')'.
[SVN r66834]
This commit is contained in:
@ -68,7 +68,7 @@
|
|||||||
|| defined(unix) \
|
|| defined(unix) \
|
||||||
|| defined(__APPLE__) \
|
|| defined(__APPLE__) \
|
||||||
|| defined(__APPLE) \
|
|| defined(__APPLE) \
|
||||||
|| defined(APPLE)
|
|| defined(APPLE))
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
|| defined(unix) \
|
|| defined(unix) \
|
||||||
|| defined(__APPLE__) \
|
|| defined(__APPLE__) \
|
||||||
|| defined(__APPLE) \
|
|| defined(__APPLE) \
|
||||||
|| defined(APPLE)
|
|| defined(APPLE))
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|| defined(unix) \
|
|| defined(unix) \
|
||||||
|| defined(__APPLE__) \
|
|| defined(__APPLE__) \
|
||||||
|| defined(__APPLE) \
|
|| defined(__APPLE) \
|
||||||
|| defined(APPLE)
|
|| defined(APPLE))
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|| defined(unix) \
|
|| defined(unix) \
|
||||||
|| defined(__APPLE__) \
|
|| defined(__APPLE__) \
|
||||||
|| defined(__APPLE) \
|
|| defined(__APPLE) \
|
||||||
|| defined(APPLE)
|
|| defined(APPLE))
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user