1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-11-04 20:38:50 +01:00

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

This commit is contained in:
David Shaw 2003-04-29 13:18:12 +00:00
parent e934896789
commit 952cd8769e
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-03-23 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