[commit: ghc] master: Remove remains of _scc_ (#8170) (61c8558)
git at git.haskell.org
git at git.haskell.org
Fri Nov 1 12:21:11 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/61c855803f9d4319e2394e151ddd46089192d84a/ghc
>---------------------------------------------------------------
commit 61c855803f9d4319e2394e151ddd46089192d84a
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Fri Nov 1 12:26:47 2013 +0100
Remove remains of _scc_ (#8170)
>---------------------------------------------------------------
61c855803f9d4319e2394e151ddd46089192d84a
compiler/parser/Lexer.x | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x
index 1ace315..49f6dcd 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -469,7 +469,6 @@ data Token
| ITthen
| ITtype
| ITwhere
- | ITscc -- ToDo: remove (we use {-# SCC "..." #-} now)
| ITforall -- GHC extension keywords
| ITforeign
More information about the ghc-commits
mailing list