From 2f24e11cb53c348b48eb977912371797d8ece06b Mon Sep 17 00:00:00 2001 From: biouman Date: Wed, 2 May 2001 23:24:53 +0000 Subject: *** empty log message *** --- po/cat-id-tbl.c | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) (limited to 'po/cat-id-tbl.c') diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c index 7cfa119..695b377 100644 --- a/po/cat-id-tbl.c +++ b/po/cat-id-tbl.c @@ -44,38 +44,37 @@ const struct _msg_ent _msg_tbl[] = { {"act_pile: OP_DIV invalid arguments", 35}, {"act_pile: OP_MOD invalid arguments", 36}, {"act_pile: OP_EXP invalid power", 37}, - {"act_pile: OP_EXP empty polynom", 38}, - {"act_pile: OP_EXP invalid arguments", 39}, - {"act_pile: OP_ASSIGN empty string", 40}, - {"act_pile: OP_ASSIGN invalid arguments", 41}, - {"act_pile: OP_MOINS_UNARY invalid argument", 42}, - {"act_pile: OP_FUNC_CALL incorrect argument type", 43}, - {"act_pile: OP_FUNC_CALL invalid operand type", 44}, - {"act_pile: OP_FUNC_CALL need only one argument for a polynom evaluation", 45}, - {"act_pile: OP_FUNC_CALL incorrect value for 2nd arg", 46}, - {"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 47}, - {"act_pile: OP_FUNC_CALL incorrect argument number", 48}, - {"act_pile: Unknown operator", 49}, - {"\t-- Printing Stack\n", 50}, - {"\t-- End Printing Stack\n", 51}, - {"ply_affichage: strcat error, not enough space in buffer", 52}, - {"rat_constr: division by zero", 53}, - {"division by zero", 54}, - {"Signal received: segfault", 55}, - {"Signal received: break", 56}, + {"act_pile: OP_EXP invalid arguments", 38}, + {"act_pile: OP_ASSIGN empty string", 39}, + {"act_pile: OP_ASSIGN invalid arguments", 40}, + {"act_pile: OP_MOINS_UNARY invalid argument", 41}, + {"act_pile: OP_FUNC_CALL incorrect argument type", 42}, + {"act_pile: OP_FUNC_CALL invalid operand type", 43}, + {"act_pile: OP_FUNC_CALL need only one argument for a polynom evaluation", 44}, + {"act_pile: OP_FUNC_CALL incorrect value for 2nd arg", 45}, + {"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 46}, + {"act_pile: OP_FUNC_CALL incorrect argument number", 47}, + {"act_pile: Unknown operator", 48}, + {"\t-- Printing Stack\n", 49}, + {"\t-- End Printing Stack\n", 50}, + {"ply_affichage: strcat error, not enough space in buffer", 51}, + {"rat_constr: division by zero", 52}, + {"division by zero", 53}, + {"Signal received: segfault", 54}, + {"Signal received: break", 55}, {"\ \n\ Performing initialisation...\n\ -\n", 57}, +\n", 56}, {"\ \n\ Starting interface...\n\ -\n", 58}, +\n", 57}, {"\ \n\ Performing shutdown...\n\ -\n", 59}, - {"Exiting, bye!\n", 60}, +\n", 58}, + {"Exiting, bye!\n", 59}, }; -int _msg_tbl_length = 60; +int _msg_tbl_length = 59; -- cgit v1.2.3