diff options
Diffstat (limited to 'compiler/codeGen/CodeGen/Platform/SPARC.hs')
-rw-r--r-- | compiler/codeGen/CodeGen/Platform/SPARC.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/codeGen/CodeGen/Platform/SPARC.hs b/compiler/codeGen/CodeGen/Platform/SPARC.hs index b49af14409..991f515eaf 100644 --- a/compiler/codeGen/CodeGen/Platform/SPARC.hs +++ b/compiler/codeGen/CodeGen/Platform/SPARC.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE CPP #-} module CodeGen.Platform.SPARC where |