From bccc5e7ec7c21be3e9d58cbcda96e66e8e8cfd83 Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Sat, 23 Mar 2002 22:50:49 +0000 Subject: [PATCH] When using Splint, don't try to use gettext(). svn path=/trunk/yasm/; revision=547 --- libyasm/util.h | 3 +-- src/util.h | 3 +-- util.h | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) 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