pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-07-16
2008-07-16 00:39:04 by Martin Stjernholm <mast@lysator.liu.se>
09d06341688b42970ba8b9120df58758a0eb7295 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warnings.
Rev: src/stralloc.c:1.229
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: stralloc.c,v 1.
228
2008/
06
/
30
22
:
13
:28
marcus
Exp $
+
|| $Id: stralloc.c,v 1.
229
2008/
07
/
16
00
:
33
:28
mast
Exp $
*/ #include "global.h"
228:
const PIKE_CONCAT(p_wchar,FROM) *from, \ ptrdiff_t len) \ { \
-
while(--len>=0) *(to++)=*(from++);
\
+
while(--len>=0) *(to++)=
(PIKE_CONCAT (p_wchar, TO))
*(from++); \
} \ INT32 PIKE_CONCAT4(compare_,FROM,_to_,TO) (const PIKE_CONCAT(p_wchar,TO) *to, \ const PIKE_CONCAT(p_wchar,FROM) *from, \