[project @ 2003-06-03 09:41:48 by ross]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcExpr.lhs
index 4eb7e80..1ee7af1 100644 (file)
@@ -632,7 +632,7 @@ tcMonoExpr (HsReify (Reify flavour name)) res_ty
                   ReifyDecl -> DsMeta.decQTyConName
                   ReifyType -> DsMeta.typQTyConName
                   ReifyFixity -> pprPanic "tcMonoExpr: cant do reifyFixity yet" (ppr name)
-#endif GHCI
+#endif /* GHCI */
 \end{code}