diff options
author | biouman <biouman> | 2001-05-02 23:24:53 +0000 |
---|---|---|
committer | biouman <biouman> | 2001-05-02 23:24:53 +0000 |
commit | 2f24e11cb53c348b48eb977912371797d8ece06b (patch) | |
tree | 7232fb9f57fca3bdd7f2689145bad5a705b9c286 /lib | |
parent | 4b21f0cbce53ea81021b55b1a9f178b41e2b0e7d (diff) |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pile.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -352,7 +352,9 @@ void act_pile(int func) exception(1, _("act_pile: OP_EXP invalid power")); } } else { - exception(1, _("act_pile: OP_EXP empty polynom")); + push_pile_poly(ply_constr(rat_constr(1,1),0)); + if (operande2.poly) + ply_destruct(operande2.poly); } } else { exception(1, _("act_pile: OP_EXP invalid arguments")); |