• Dridi Boukelmoune's avatar
    vcc: New SYM_ALIAS kind for deprecated symbols · 3b6b1124
    Dridi Boukelmoune authored
    Aliases are a new strictly internal kind of symbols with zero runtime
    cost. They resolve implicitly to the destination symbol, even when they
    are created.
    
    This should facilitate renaming things in the future. One thing we
    could do is to have libvcc warn about deprecated aliases (subject to
    a new vcc_err_alias parameter too) to make this visible not just in
    the documentation.
    3b6b1124