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