summaryrefslogtreecommitdiff
path: root/po
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 /po
parent655f3b2663b9909656b896cf47ad949b4e9644a8 (diff)
*** empty log message ***
Diffstat (limited to 'po')
-rw-r--r--po/cat-id-tbl.c30
1 files changed, 17 insertions, 13 deletions
diff --git a/po/cat-id-tbl.c b/po/cat-id-tbl.c
index 3c0c2fd..4c597d9 100644
--- a/po/cat-id-tbl.c
+++ b/po/cat-id-tbl.c
@@ -36,18 +36,22 @@ const struct _msg_ent _msg_tbl[] = {
{"act_pile: OP_MUL invalid arguments", 27},
{"act_pile: OP_DIV invalid arguments", 28},
{"act_pile: OP_MOD invalid arguments", 29},
- {"act_pile: OP_EXP invalid arguments", 30},
- {"act_pile: OP_ASSIGN empty string", 31},
- {"act_pile: OP_ASSIGN invalid arguments", 32},
- {"act_pile: OP_MOINS_UNARY invalid argument", 33},
- {"act_pile: OP_FUNC_CALL invalid arguments", 34},
- {"act_pile: OP_FUNC_CALL incorrect argument number", 35},
- {"act_pile: Unknown operator", 36},
- {"\t-- Printing Stack\n", 37},
- {"\t-- End Printing Stack\n", 38},
- {"ply_affichage: strcat error, not enoug space in buffer", 39},
- {"rat_constr: division by zero", 40},
- {"division by zero", 41},
+ {"act_pile: OP_EXP invalid power", 30},
+ {"act_pile: OP_EXP empty polynom", 31},
+ {"act_pile: OP_EXP invalid arguments", 32},
+ {"act_pile: OP_ASSIGN empty string", 33},
+ {"act_pile: OP_ASSIGN invalid arguments", 34},
+ {"act_pile: OP_MOINS_UNARY invalid argument", 35},
+ {"act_pile: OP_FUNC_CALL incorrect value for 2nd arg", 36},
+ {"act_pile: OP_FUNC_CALL arg2 is an empty polynom", 37},
+ {"act_pile: OP_FUNC_CALL invalid arguments", 38},
+ {"act_pile: OP_FUNC_CALL incorrect argument number", 39},
+ {"act_pile: Unknown operator", 40},
+ {"\t-- Printing Stack\n", 41},
+ {"\t-- End Printing Stack\n", 42},
+ {"ply_affichage: strcat error, not enoug space in buffer", 43},
+ {"rat_constr: division by zero", 44},
+ {"division by zero", 45},
};
-int _msg_tbl_length = 41;
+int _msg_tbl_length = 45;