diff options
Diffstat (limited to '')
-rw-r--r-- | intl/gettextP.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |