pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-19
1998-05-19 18:46:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
92bb06de6e1f0bf32a5b2a8ecaa4c30d219da9aa (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Some minor changes.
Rev: src/builtin_functions.c:1.109
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
108
1998/05/19 18:
30
:
56
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
109
1998/05/19 18:
46
:
06
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
53:
#endif /* #define DIFF_DEBUG */
+
/* #define ENABLE_DYN_DIFF */
-
+
void f_equal(INT32 args) { int i;
2179:
unsigned int i; unsigned int off1 = 0; unsigned int off2 = blen + 1;
+
unsigned int l1 = 0;
+
unsigned int l2 = 0;
table = calloc(sizeof(struct diff_magic_link_head)*2, off2); if (!table) {