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