From: Manuel M T Chakravarty Date: Wed, 2 Aug 2006 14:06:30 +0000 (+0000) Subject: Make 'iso' special in the parser X-Git-Tag: After_FC_branch_merge~180 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8a2fd9f501ead7e392f42291ca5fef2096c4102f;ds=sidebyside Make 'iso' special in the parser --- 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("!") }