Skip to content
  • sven.panne@aedion.de's avatar
    [project @ 2000-06-30 18:38:03 by panne] · a4b4ad24
    sven.panne@aedion.de authored
    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.
    a4b4ad24