summaryrefslogtreecommitdiff
path: root/lib/pile.c
diff options
context:
space:
mode:
authorbiouman <biouman>2001-05-01 12:08:10 +0000
committerbiouman <biouman>2001-05-01 12:08:10 +0000
commit78dcc3729881bb6b3937da195bc070ca96cb049b (patch)
tree147429ecf5a9419745d5496cb011d0cc33a22532 /lib/pile.c
parent655f3b2663b9909656b896cf47ad949b4e9644a8 (diff)
*** empty log message ***
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"));