Remove unused #define in package.d

This commit is contained in:
Juan Jose Garcia Ripoll 2010-10-30 00:04:58 +02:00
parent 9ed3341c25
commit 7bb3a31182

View file

@ -15,9 +15,6 @@
See file '../Copyright' for full details.
*/
#ifndef __sun__ /* See unixint.d for the reason of this */
#define _XOPEN_SOURCE 600 /* For pthread mutex attributes */
#endif
#include <ecl/ecl.h>
#include <ecl/internal.h>
#include <ecl/ecl-inl.h>