Skip to content
  • sof's avatar
    [project @ 1999-10-31 15:35:32 by sof] · aba5a247
    sof authored
    To workaround gcc/egcs bugs re: handling of non-toplevel "extern" decls,
    lift them out to the top. i.e., extend mechanism by which "typedefs"
    are lifted out to the toplevel (for the same reasons) to also encompass
    "extern"s.
    
    Note: the default is not to emit an "extern" decl for every _ccall_,
    as this runs the chance of (trivially) conflicting with header file
    includes. So, to enable, use -optC-femit-extern-decls.
    aba5a247