summaryrefslogtreecommitdiff
path: root/lib/pile.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pile.c')
-rw-r--r--lib/pile.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/pile.c b/lib/pile.c
index a7d8d47..10991fc 100644
--- a/lib/pile.c
+++ b/lib/pile.c
@@ -280,10 +280,10 @@ void act_pile(int func)
ply_destruct(operande2.poly);
ply_destruct(operande1.poly);
} else {
- exception(1, _("act_pile: OP_EXP invalid arguments"));
+ exception(1, _("act_pile: OP_EXP invalid power"));
}
} else {
- exception(1, _("act_pile: OP_EXP invalid arguments"));
+ exception(1, _("act_pile: OP_EXP empty polynom"));
}
} else {
exception(1, _("act_pile: OP_EXP invalid arguments"));
@@ -350,10 +350,10 @@ void act_pile(int func)
ply_destruct(operande1.poly);
ply_destruct(operande2.poly);
} else {
- exception(1, _("act_pile: OP_FUNC_CALL invalid arguments"));
+ exception(1, _("act_pile: OP_FUNC_CALL incorrect value for 2nd arg"));
}
} else {
- exception(1, _("act_pile: OP_FUNC_CALL invalid arguments"));
+ exception(1, _("act_pile: OP_FUNC_CALL arg2 is an empty polynom"));
}
} else {
exception(1, _("act_pile: OP_FUNC_CALL invalid arguments"));