pike.git/
src/
modules/
_Roxen/
roxen.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-03
2014-09-03 18:14:04 by Martin Nilsson <nilsson@opera.com>
59fc9eeb139ab7bc93908df6c5e4c3de29570f83 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
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. */