X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fparser%2FParser.y.pp;h=4e98c24df923bc398203e2be276cfaf18ef5d370;hp=898d45c5e9614ae22cb60e4bc774e2371312a4c0;hb=8a2fd9f501ead7e392f42291ca5fef2096c4102f;hpb=9ca0a5863ed537090f2a3fda0ac69818a44fc218 diff --git a/compiler/parser/Parser.y.pp b/compiler/parser/Parser.y.pp index 898d45c..4e98c24 100644 --- a/compiler/parser/Parser.y.pp +++ b/compiler/parser/Parser.y.pp @@ -1374,6 +1374,7 @@ special_id | 'dynamic' { L1 FSLIT("dynamic") } | 'stdcall' { L1 FSLIT("stdcall") } | 'ccall' { L1 FSLIT("ccall") } + | 'iso' { L1 FSLIT("iso") } special_sym :: { Located FastString } special_sym : '!' { L1 FSLIT("!") }