Branch: Tag:

2014-09-03

2014-09-03 18:14:04 by Martin Nilsson <nilsson@opera.com>

memcpy is C89 and 4.3BSD

126:    hp->pnt = (hp->headers + hp->hsize - hp->left);    }    -  MEMCPY( hp->pnt, str->str, str_len ); +  memcpy( hp->pnt, str->str, str_len );    pop_n_elems( args );       /* FIXME: The below does not support lines terminated with just \r. */