pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-11
1999-11-11 16:07:05 by Henrik Grubbström (Grubba) <grubba@grubba.org>
177c563cfee10803c82290c4a3742d0beacadb71 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/operators.c:1.70
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
69
1999/11/11
15
:
20
:
56
grubba Exp $");
+
RCSID("$Id: operators.c,v 1.
70
1999/11/11
16
:
07
:
05
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
447:
if(count_args(CDR(n))==2) { first_arg=my_get_arg(&_CDR(n), 0);
-
second_arg=my_get_arg(&_
CAR
(n), 1);
+
second_arg=my_get_arg(&_
CDR
(n), 1);
#ifdef PIKE_DEBUG if(!first_arg || !second_arg)