pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-03-16
1998-03-16 22:11:48 by Henrik Grubbström (Grubba) <grubba@grubba.org>
8fe81031115da45012f25cb8f330e8f9be183943 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled DIFF_DEBUG.
Rev: src/builtin_functions.c:1.82
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
81
1998/03/16 22:11:
17
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
82
1998/03/16 22:11:
48
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
41:
#include <crypt.h> #endif
-
#define DIFF_DEBUG
+
/*
#define DIFF_DEBUG
*/
void f_equal(INT32 args)