summaryrefslogtreecommitdiff
path: root/compiler/parser
diff options
context:
space:
mode:
authorsimonpj@microsoft.com <unknown>2009-07-02 09:46:27 +0000
committersimonpj@microsoft.com <unknown>2009-07-02 09:46:27 +0000
commit25cead299c5857b9142a82c917080a654be44b83 (patch)
tree8910224ca880065a7903ab188f7a5ddd90dcad93 /compiler/parser
parent4a343629ebe5be2c5b27e84c031e38abd81122fa (diff)
downloadhaskell-25cead299c5857b9142a82c917080a654be44b83.tar.gz
White space only
Diffstat (limited to 'compiler/parser')
-rw-r--r--compiler/parser/Lexer.x6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/parser/Lexer.x b/compiler/parser/Lexer.x
index 5cc85ae06b..b3b48047e0 100644
--- a/compiler/parser/Lexer.x
+++ b/compiler/parser/Lexer.x
@@ -1504,14 +1504,14 @@ data ParseResult a
data PState = PState {
buffer :: StringBuffer,
- dflags :: DynFlags,
- messages :: Messages,
+ dflags :: DynFlags,
+ messages :: Messages,
last_loc :: SrcSpan, -- pos of previous token
last_offs :: !Int, -- offset of the previous token from the
-- beginning of the current line.
-- \t is equal to 8 spaces.
last_len :: !Int, -- len of previous token
- last_line_len :: !Int,
+ last_line_len :: !Int,
loc :: SrcLoc, -- current loc (end of prev token + 1)
extsBitmap :: !Int, -- bitmap that determines permitted extensions
context :: [LayoutContext],