pike.git
/
src
/
operators.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/operators.c:1:
/*\
-
||| This file
a
part of Pike
,
and
is
copyright
by
Fredrik
Hubinette
+
||| This file
is
part of Pike
.
For
copyright
information
see
COPYRIGHT.
||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ /**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
144
2001
/
12
/16 02:
49
:
42
mast
Exp $");
+
RCSID("$Id: operators.c,v 1.
145
2002
/
01
/16 02:
54
:
16
nilsson
Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h" #include "mapping.h" #include "array.h" #include "stralloc.h" #include "opcodes.h" #include "operators.h" #include "language.h" #include "pike_memory.h"