pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-08-02
2002-08-02 03:10:17 by Johan Sundström <oyasumi@gmail.com>
9a147d1cd33a3d8fec6dbe2d0282e60a80505737 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Okay, the docs fix can stay. :)
Rev: src/operators.c:1.158
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
157
2002/08/02 03:
07
:
18
jhs Exp $");
+
RCSID("$Id: operators.c,v 1.
158
2002/08/02 03:
10
:
17
jhs Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
2034:
*! If @[arg2] is an object that implements @[lfun::``>>()], that *! function will be called with @[arg1] as the single argument. *!
-
*! Otherwise @[arg1] will be shifted @[arg2] bits
left
.
+
*! Otherwise @[arg1] will be shifted @[arg2] bits
right
.
*! *! @seealso *! @[`<<()]