[project @ 1999-10-31 15:35:32 by sof]
[ghc-hetmet.git] / ghc / compiler / absCSyn / CallConv.lhs
index 712a241..e38fc46 100644 (file)
@@ -53,7 +53,7 @@ platforms.
 \begin{code}
 callConvAttribute :: CallConv -> String
 callConvAttribute cc
- | cc == stdCallConv   = "__attribute__((stdcall))"
+ | cc == stdCallConv   = "__stdcall"
  | cc == cCallConv     = ""
  | otherwise          = panic ("callConvAttribute: cannot handle" ++ showSDoc (pprCallConv cc))