From: Ian Lynagh Date: Sat, 30 Apr 2011 11:03:28 +0000 (+0100) Subject: Don't expose the cas definition to .hc files X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=470bedbbe60db2b9cc85dccafb6e06d9a841419d;hp=470bedbbe60db2b9cc85dccafb6e06d9a841419d;p=ghc-hetmet.git Don't expose the cas definition to .hc files This is more pleasant than having the C generator check whether the function it's calling is cas, and not generate a prototype if so. ---