• R
    Compaq C 6.2 for VMS will complain when we want to convert · a9188d4e
    Richard Levitte 提交于
    non-function pointers to function pointers and vice versa.
    The current solution is to have unions that describe the
    conversion we want to do, and gives us the ability to extract
    the type of data we want.
    
    The current solution is a quick fix, and can probably be made
    in a more general or elegant way.
    a9188d4e
o_names.c 5.3 KB