pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-19
1998-05-19 18:47:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c337d9fd8c59bafbfd63616a7efb864d80096681 (
6
lines) (+
5
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Some minor changes.
Rev: src/builtin_functions.c:1.110
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
109
1998/05/19 18:
46
:
06
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
110
1998/05/19 18:
47
:
41
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
2168:
* * This makes it faster than the G-M algorithm on binary data, * but slower on ascii data.
+
*
+
* NOT true! The G-M algorithm seems to be faster on most data anyway.
+
* /grubba 1998-05-19
*/ static struct array *diff_dyn_longest_sequence(struct array *cmptbl, int blen) {