• Poul-Henning Kamp's avatar
    Fix this properly, now that I've had a chance to dive into the · 8e94f399
    Poul-Henning Kamp authored
    C-spec to understand what the SunOS compiler was whining about.
    
    Strictly speaking it has a point, code is different from data is
    different from const data, so mixing pointers the way we did was
    not kosher.
    
    We probably should have made the identifying argument a uintptr_t
    instead of const void* to begin with to deal with this.
    8e94f399
Name
Last commit
Last update
..
Makefile.am Loading commit data...
VSC_debug.vsc Loading commit data...
automake_boilerplate.am Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
vmod.vcc Loading commit data...
vmod_debug.c Loading commit data...
vmod_debug_dyn.c Loading commit data...
vmod_debug_obj.c Loading commit data...