pike.git/
src/
operators.c
Branch:
Tag:
Non-build tags
All tags
No tags
2001-01-25
2001-01-25 09:14:39 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
4f20e9eb4267d1e7a9022441f4c186d9f5c5938f (
13
lines) (+
3
/-
10
)
[
Show
|
Annotate
]
Branch:
7.9
`()(@...); works
Rev: src/docode.c:1.101
Rev: src/operators.c:1.116
6:
/**/ #include "global.h" #include <math.h>
-
RCSID("$Id: operators.c,v 1.
115
2000
/
12
/
15
21
:
37
:
44
grubba
Exp $");
+
RCSID("$Id: operators.c,v 1.
116
2001
/
01
/
25
09
:
14
:
39
hubbe
Exp $");
#include "interpret.h" #include "svalue.h" #include "multiset.h"
2599:
return 1; }
-
static
int generate_call_function(node *n)
-
{
-
node **arg
;
-
emit0(F_MARK);
-
do_docode(CDR(n),DO_NOT_COPY);
-
emit0(F_CALL_FUNCTION);
-
return 1;
-
}
-
+
extern
int generate_call_function(node *n);
struct program *string_assignment_program; #undef THIS