From 82334b3bdc95045525382da1693d39696b45b770 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Wed, 30 Apr 2003 03:49:23 +0000 Subject: [PATCH] * gettextP.h: Add comment for HP/UX users. Local fix for GnuPG. --- intl/ChangeLog | 4 ++++ intl/gettextP.h | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/intl/ChangeLog b/intl/ChangeLog index 4decca8dd..f152c56e0 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,7 @@ +2003-04-29 David Shaw + + * gettextP.h: Add comment for HP/UX users. Local fix for GnuPG. + 2003-04-07 David Shaw * dcigettext.c (plural_lookup): Name conflict on some platforms diff --git a/intl/gettextP.h b/intl/gettextP.h index 43de1cd47..306f2a9c2 100644 --- a/intl/gettextP.h +++ b/intl/gettextP.h @@ -20,6 +20,12 @@ #ifndef _GETTEXTP_H #define _GETTEXTP_H +/* HP/UX users - if you get errors line "Unexpected symbol: SWAP" when + building with HP's C compiler, you will need to uncomment the + following line. This is a GnuPG-specific change. */ + +/* #define inline */ + #include /* Get size_t. */ #ifdef _LIBC