• Nils Goroll's avatar
    Optimize VRE_sub() by avoiding VSB_putc() · c0a9d731
    Nils Goroll authored
    We keep s as a pointer to the start of an unaltered section and
    move e to be able to call VSB_bcat() when a backslash is encountered
    or substitution is complete.
    c0a9d731