projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a8695c
)
Made 'for' a special ID in the grammar.
author
bjorn@bringert.net
<unknown>
Thu, 21 Sep 2006 05:20:53 +0000
(
05:20
+0000)
committer
bjorn@bringert.net
<unknown>
Thu, 21 Sep 2006 05:20:53 +0000
(
05:20
+0000)
compiler/parser/Parser.y.pp
patch
|
blob
|
history
diff --git
a/compiler/parser/Parser.y.pp
b/compiler/parser/Parser.y.pp
index
a57be91
..
18565a9
100644
(file)
--- a/
compiler/parser/Parser.y.pp
+++ b/
compiler/parser/Parser.y.pp
@@
-1577,6
+1577,7
@@
special_id
: 'as' { L1 FSLIT("as") }
| 'qualified' { L1 FSLIT("qualified") }
| 'hiding' { L1 FSLIT("hiding") }
+ | 'for' { L1 FSLIT("for") }
| 'export' { L1 FSLIT("export") }
| 'label' { L1 FSLIT("label") }
| 'dynamic' { L1 FSLIT("dynamic") }