• sven.panne@aedion.de's avatar
    [project @ 2000-06-12 18:13:20 by panne] · 92a2a3c2
    sven.panne@aedion.de authored
    `foreign label foo :: Addr' was simply mapped to `foo' on the C side,
    but this is wrong, resp. only works for C *functions*, not *variables*
    (praise the implicit conversions of C!). It now correctly maps to `(&foo)'.
    
    ATTENTION: I'm not sure if this fix breaks some SW which depends on
    the old (wrong) behaviour (H/Direct?).
    92a2a3c2