pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-12
2000-11-12 04:02:43 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
ea71c2f7cb1d6708c309413d45d4f13bd4511cbd (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
fixed ! `< ( 2.0, 1.0, 1.0)
Rev: bin/mktestsuite:1.15
Rev: src/operators.c:1.112
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
111
2000/
10
/
15
14
:
19
:
24
grubba
Exp $");
+
RCSID("$Id: operators.c,v 1.
112
2000/
11
/
12
04
:
02
:
43
hubbe
Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
544:
if((more_args=is_call_to(*first_arg, X))) \ { \ node *tmp=*more_args; \
+
if(count_args(*more_args) > 2) return 0; \
ADD_NODE_REF(*more_args); \ return mkopernode(Y,tmp,0); \ } } while(0)