pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-12-16
2003-12-16 23:08:00 by Marek Habersack <mhabersack@novell.com>
c180199450e462dc8c82d957755a815f0347bca7 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
security.h is required here
Rev: src/operators.c:1.186
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: operators.c,v 1.
185
2003/
11
/
14
09
:
27
:
29
mast
Exp $
+
|| $Id: operators.c,v 1.
186
2003/
12
/
16
23
:
08
:
00
grendel
Exp $
*/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
185
2003/
11
/
14
09
:
27
:
29
mast
Exp $");
+
RCSID("$Id: operators.c,v 1.
186
2003/
12
/
16
23
:
08
:
00
grendel
Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
31:
#include "bignum.h" #include "builtin_functions.h" #include "cyclic.h"
+
#include "security.h"
#define sp Pike_sp