Repository : http://darcs.haskell.org/ghc.git/
On branch : master https://github.com/ghc/ghc/commit/a91e230466412aa9519df3c0d376bd682fb1db6b >--------------------------------------------------------------- commit a91e230466412aa9519df3c0d376bd682fb1db6b Author: Simon Peyton Jones <[email protected]> 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} _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
