pike.git/
src/
stralloc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-24
2004-03-24 20:19:23 by Henrik Grubbström (Grubba) <grubba@grubba.org>
6e54c767a87644bc1f538a6910194e9572ef13a0 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed warning.
Rev: src/stralloc.c:1.164
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.
163
2004/03/
19
16
:
11
:
02
grubba Exp $
+
|| $Id: stralloc.c,v 1.
164
2004/03/
24
20
:
19
:
23
grubba Exp $
*/ #include "global.h"
24:
#include <ctype.h> #include <math.h>
-
RCSID("$Id: stralloc.c,v 1.
163
2004/03/
19
16
:
11
:
02
grubba Exp $");
+
RCSID("$Id: stralloc.c,v 1.
164
2004/03/
24
20
:
19
:
23
grubba Exp $");
/* #define STRALLOC_USE_PRIMES */
1642:
haystack->len, needle);
-
r=mojt.vtab->funcN(mojt.data,
+
r
=
(char *)
mojt.vtab->funcN(mojt.data,
ADD_PCHARP(MKPCHARP_STR(haystack), start), haystack->len - start).ptr;