pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-27
1998-02-27 19:20:11 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
70b43169d9bb73f359e6b57991512616d141fdfa (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
f_add now uses INT_TYPE :)
Rev: src/operators.c:1.27
5:
\*/ #include <math.h> #include "global.h"
-
RCSID("$Id: operators.c,v 1.
26
1998/02/
24
23
:
01
:
30
hubbe Exp $");
+
RCSID("$Id: operators.c,v 1.
27
1998/02/
27
19
:
20
:
11
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
73:
void f_add(INT32 args) {
-
INT32
e,size;
+
INT_TYPE
e,size;
TYPE_FIELD types; types=0;