[project @ 2000-06-30 18:38:03 by panne]
authorpanne <unknown>
Fri, 30 Jun 2000 18:38:03 +0000 (18:38 +0000)
committerpanne <unknown>
Fri, 30 Jun 2000 18:38:03 +0000 (18:38 +0000)
commita4b4ad24cb202ca4b76a82a40dc9a7f939dd4e49
tree531b4b59e2579530e4636b2c14db6106ac292c3f
parentce6e38dc12b5feae2eb43e94d833646a9c921cda
[project @ 2000-06-30 18:38:03 by panne]
Remove parentheses around C function/macros names. This is necessary
because cpp does *not* replace e.g.

   (eqForeignObj)(f1,f2)

with

  ((f1)==(f2))

(see PrimOps.h), heaven (or K&R) knows why. OK foreign importing
macros is a hack, but GHC seems to depend on it.
ghc/compiler/absCSyn/PprAbsC.lhs