bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gettext.m4 bug/maybe fix


From: Vaclav Haisman
Subject: gettext.m4 bug/maybe fix
Date: Sat, 20 Nov 2004 10:53:13 +0100

Hi,
the test in gettext.m4 always fails when used with C++ compiler because there is declaration of const char *_nl_expand_alias (); and later it is used with 0 as int argument which is of course error because the declaration clearly says that it takes no arguments. The obvious patch is to change the declaration when used with C++ compiler and that is exactly what the attached patch does.

Vaclav Haisman

Attachment: gettext.m4.diff
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]