aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-04-29 13:18:12 +0000
committerDavid Shaw <[email protected]>2003-04-29 13:18:12 +0000
commit952cd8769e80b905456c27486bc84b47b3388b0b (patch)
tree2ed723569fa489086cdc6eb75778d65a448d9402
parent* sig-check.c (check_key_signature2): Made "no subkey for subkey (diff)
downloadgnupg-952cd8769e80b905456c27486bc84b47b3388b0b.tar.gz
gnupg-952cd8769e80b905456c27486bc84b47b3388b0b.zip
* gettextP.h: Add comment for HP/UX users. Local fix for GnuPG.
-rw-r--r--intl/ChangeLog4
-rw-r--r--intl/gettextP.h6
2 files changed, 10 insertions, 0 deletions
diff --git a/intl/ChangeLog b/intl/ChangeLog
index e5bb6096d..4bb50a733 100644
--- a/intl/ChangeLog
+++ b/intl/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-29 David Shaw <[email protected]>
+
+ * gettextP.h: Add comment for HP/UX users. Local fix for GnuPG.
+
2003-03-23 David Shaw <[email protected]>
* 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 <stddef.h> /* Get size_t. */
#ifdef _LIBC