Make this easier to read.

This commit is contained in:
Steve Checkoway
2004-03-14 08:34:28 +00:00
parent 7fae7321b8
commit c4e6c0016f
@@ -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