diff --git a/libyasm/util.h b/libyasm/util.h index 2dbd480f..80d762db 100644 --- a/libyasm/util.h +++ b/libyasm/util.h @@ -42,8 +42,7 @@ #endif #if defined(lint) -/*@dependent@*/ const char *gettext(const char *s); -#define _(String) gettext(String) +#define _(String) String #else # ifdef HAVE_LOCALE_H # include diff --git a/src/util.h b/src/util.h index 2dbd480f..80d762db 100644 --- a/src/util.h +++ b/src/util.h @@ -42,8 +42,7 @@ #endif #if defined(lint) -/*@dependent@*/ const char *gettext(const char *s); -#define _(String) gettext(String) +#define _(String) String #else # ifdef HAVE_LOCALE_H # include diff --git a/util.h b/util.h index 2dbd480f..80d762db 100644 --- a/util.h +++ b/util.h @@ -42,8 +42,7 @@ #endif #if defined(lint) -/*@dependent@*/ const char *gettext(const char *s); -#define _(String) gettext(String) +#define _(String) String #else # ifdef HAVE_LOCALE_H # include