Make this easier to read.
This commit is contained in:
@@ -13,16 +13,16 @@
|
||||
#define scalb(x, n) scalbn(x, n)
|
||||
#endif
|
||||
#ifndef gamma
|
||||
#define gamma(x) lgamma(x)
|
||||
# define gamma(x) lgamma(x)
|
||||
#endif
|
||||
#ifndef _POSIX_SOURCE
|
||||
#define _POSIX_SOURCE
|
||||
#define POSIX_DEFINED
|
||||
# define _POSIX_SOURCE
|
||||
# define POSIX_DEFINED
|
||||
#endif
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#ifdef POSIX_DEFINED
|
||||
#undef _POSIX_SOURCE
|
||||
#undef POSIX_DEFINED
|
||||
# undef _POSIX_SOURCE
|
||||
# undef POSIX_DEFINED
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user