Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
49cc2937
Commit
49cc2937
authored
Dec 09, 1999
by
simonmar
Browse files
[project @ 1999-12-09 16:45:57 by simonmar]
allow certain keywords as scc labels.
parent
b7c838d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/rename/ParseIface.y
View file @
49cc2937
...
...
@@ -469,7 +469,6 @@ mod_name :: { ModuleName }
---------------------------------------------------
var_fs :: { EncodedFS }
: VARID { $1 }
| VARSYM { $1 }
| '!' { SLIT("!") }
| 'as' { SLIT("as") }
| 'qualified' { SLIT("qualified") }
...
...
@@ -793,7 +792,7 @@ scc :: { CostCentre }
cc_name :: { EncodedFS }
: CONID { $1 }
|
VARID
{ $1 }
|
var_fs
{ $1 }
cc_dup :: { IsDupdCC }
cc_dup : { OriginalCC }
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment