summaryrefslogtreecommitdiff
path: root/lib/pile.c
diff options
context:
space:
mode:
authorbiouman <biouman>2001-05-02 01:54:13 +0000
committerbiouman <biouman>2001-05-02 01:54:13 +0000
commitd3143b4c2ec0df9cec245e1e6a57e4f18ef71726 (patch)
tree0955a25059b3cdbfb6cdcfa1e8e4fda2da51954a /lib/pile.c
parentc7de59691739e3d259712728a9746b87422f27d2 (diff)
*** empty log message ***
Diffstat (limited to 'lib/pile.c')
-rw-r--r--lib/pile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pile.c b/lib/pile.c
index e5abca9..6459019 100644
--- a/lib/pile.c
+++ b/lib/pile.c
@@ -392,7 +392,7 @@ void act_pile(int func)
printf("----- OP_FUNC_CALL\n");
#endif
for (i=0;i<3;i++)
- operande[i].polyn=NULL;
+ operande[i].poly=NULL;
operande1 = pop_pile(1);
if (operande1.type == T_INT) {
for(i=0;i<operande1.val;i++) {
@@ -431,7 +431,7 @@ void act_pile(int func)
}
break;
case T_STRING:
- appel_fonction(operande2.label,operande1.val,operande[0].polyn, operande[1].polyn, operande[2].polyn);
+ appel_fonction(operande2.label,operande1.val,operande[0].poly, operande[1].poly, operande[2].poly);
break;
}