From: Ian Lynagh Date: Wed, 20 Jan 2010 19:50:24 +0000 (+0000) Subject: We no longer need a prototype for __eprintf X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0790115160dcca0e2c84157523db1b83db4b1774;hp=0790115160dcca0e2c84157523db1b83db4b1774;p=ghc-hetmet.git We no longer need a prototype for __eprintf It looks like it was only needed on OSX, but it has a prototype in assert.h which now gets #included. ---