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:
parent
e934896789
commit
952cd8769e
@ -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>
|
2003-03-23 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* dcigettext.c (plural_lookup): Name conflict on some platforms
|
* dcigettext.c (plural_lookup): Name conflict on some platforms
|
||||||
|
@ -20,6 +20,12 @@
|
|||||||
#ifndef _GETTEXTP_H
|
#ifndef _GETTEXTP_H
|
||||||
#define _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. */
|
#include <stddef.h> /* Get size_t. */
|
||||||
|
|
||||||
#ifdef _LIBC
|
#ifdef _LIBC
|
||||||
|
Loading…
Reference in New Issue
Block a user