+2008-12-07 Bruno Haible <bruno@clisp.org>
+
+ * write-po.c (message_print_comment_filepos): Use a 'const' pointer
+ where possible.
+ * write-stringtable.c (write_message): Likewise.
+
2008-12-07 Bruno Haible <bruno@clisp.org>
Avoid gcc -Wredundant-decls warnings.
for (j = 0; j < mp->filepos_count; ++j)
{
lex_pos_ty *pp = &mp->filepos[j];
- char *cp = pp->file_name;
+ const char *cp = pp->file_name;
char *str;
while (cp[0] == '.' && cp[1] == '/')
{
lex_pos_ty *pp;
char buffer[21];
- char *cp;
+ const char *cp;
size_t len;
pp = &mp->filepos[j];
for (j = 0; j < mp->filepos_count; ++j)
{
lex_pos_ty *pp = &mp->filepos[j];
- char *cp = pp->file_name;
+ const char *cp = pp->file_name;
char *str;
while (cp[0] == '.' && cp[1] == '/')