[commit: ghc] master: Comments only (a91e230)
Simon Peyton Jones
simonpj at microsoft.com
Wed May 15 15:16:21 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/a91e230466412aa9519df3c0d376bd682fb1db6b
>---------------------------------------------------------------
commit a91e230466412aa9519df3c0d376bd682fb1db6b
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed May 15 09:45:50 2013 +0100
Comments only
>---------------------------------------------------------------
compiler/basicTypes/BasicTypes.lhs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/compiler/basicTypes/BasicTypes.lhs b/compiler/basicTypes/BasicTypes.lhs
index a4fb559..3501291 100644
--- a/compiler/basicTypes/BasicTypes.lhs
+++ b/compiler/basicTypes/BasicTypes.lhs
@@ -686,7 +686,8 @@ data InlineSpec -- What the user's INLINE pragama looked like
= Inline
| Inlinable
| NoInline
- | EmptyInlineSpec
+ | EmptyInlineSpec -- Used in a place-holder InlinePragma in SpecPrag or IdInfo,
+ -- where there isn't any real inline pragma at all
deriving( Eq, Data, Typeable, Show )
-- Show needed for Lexer.x
\end{code}
More information about the ghc-commits
mailing list