• Nils Goroll's avatar
    Add WS_ReserveAll() to replace WS_Reserve(ws, 0) · d001cdd2
    Nils Goroll authored
    ... to un-confuse the interface
    
    Notes on changes from WS_Reserve():
    
    * Removed the first WS_Assert because all we change is ws->r and we got
      a specific assert on it.
    
    * it follows from PAOK(ws->e) && PAOK(ws->f) in WS_Assert() that
      PAOK(ws->r) && PAOK(b), so we remove the PRNDDN()
    
    Closes #2967
    d001cdd2
Name
Last commit
Last update
..
Makefile.am 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_std.c Loading commit data...
vmod_std_conversions.c Loading commit data...
vmod_std_fileread.c Loading commit data...
vmod_std_querysort.c Loading commit data...