Forget a ')'.

[SVN r66834]
This commit is contained in:
Bryce Adelstein-Lelbach
2010-11-29 01:06:33 +00:00
parent 195a8e3004
commit 20653705ab
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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