X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStg.h;h=7ac6b1a86427e25853412c3dda8749c1569a66aa;hb=5ee6212c3b25c14db37bc01beeca67707736c406;hp=32e838090b76e93cd62d341bc13bad0accc7808c;hpb=ba1d2fd1914971cd2f9c351670805ea512b6a281;p=ghc-hetmet.git diff --git a/includes/Stg.h b/includes/Stg.h index 32e8380..7ac6b1a 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -35,9 +35,6 @@ // Turn on C99 for .hc code. This gives us the INFINITY and NAN // constants from math.h, which we occasionally need to use in .hc (#1861) # define _ISOC99_SOURCE - -// Turning on _ISOC99_SOURCE means S_ISSOCK gets defined on Linux -# define _BSD_SOURCE #endif #if IN_STG_CODE == 0