* gettextP.h: Add comment for HP/UX users. Local fix for GnuPG.

This commit is contained in:
David Shaw 2003-04-30 03:49:23 +00:00
parent 9e6c5f9a61
commit 82334b3bdc
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2003-04-29 David Shaw <dshaw@jabberwocky.com>
* gettextP.h: Add comment for HP/UX users. Local fix for GnuPG.
2003-04-07 David Shaw <dshaw@jabberwocky.com>
* dcigettext.c (plural_lookup): Name conflict on some platforms

View File

@ -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