diff options
Diffstat (limited to 'compiler/main/PlatformConstants.hs')
-rw-r--r-- | compiler/main/PlatformConstants.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/main/PlatformConstants.hs b/compiler/main/PlatformConstants.hs index 03e146ca7c..b2ca32be68 100644 --- a/compiler/main/PlatformConstants.hs +++ b/compiler/main/PlatformConstants.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE CPP #-} + ------------------------------------------------------------------------------- -- -- | Platform constants |