pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-03-10
2006-03-10 11:59:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
2a7ae659dfddb01005eecbd449de6b6109c573e4 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added FIXME.
Rev: src/builtin_functions.c:1.609
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: builtin_functions.c,v 1.
608
2006/03/10
09
:
08
:
41
grubba Exp $
+
|| $Id: builtin_functions.c,v 1.
609
2006/03/10
11
:
59
:
20
grubba Exp $
*/ #include "global.h"
3466:
length=str->len;
+
/* FIXME: We really ought to build a trie! */
for(s=0;length > 0;) { INT32 a,b;