From 78dcc3729881bb6b3937da195bc070ca96cb049b Mon Sep 17 00:00:00 2001 From: biouman Date: Tue, 1 May 2001 12:08:10 +0000 Subject: *** empty log message *** --- lib/pile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/pile.c') 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")); -- cgit v1.2.3