+2001-11-17 Bruno Haible <haible@clisp.cons.org>
+
+ * msgfmt.c (format_directive_message): Finish 2001-08-30 patch.
+
2001-11-17 Bruno Haible <haible@clisp.cons.org>
* msgfmt.c (accelerator_char): New variable.
msguniq program to get rid of duplicates. */
find_entry (¤t_domain->symbol_tab, msgid_string,
strlen (msgid_string) + 1, (void **) &entry);
- if (msgstr_len != entry->msgstr_len
- || memcmp (msgstr_string, entry->msgstr, msgstr_len) != 0)
- {
- po_gram_error_at_line (msgid_pos, _("\
+ po_gram_error_at_line (msgid_pos, _("\
duplicate message definition"));
- po_gram_error_at_line (&entry->pos, _("\
+ po_gram_error_at_line (&entry->pos, _("\
...this is the location of the first definition"));
- }
/* We don't need the just constructed entries'
parameter string (allocated in po-gram.y). */