summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/cat-id-tbl.c47
1 files changed, 23 insertions, 24 deletions
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;