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