diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-23 15:11:46 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-04-23 15:11:46 +0000 |
| commit | 327b666396887be715c7335824e2474ccdb4a404 (patch) | |
| tree | 23b149a711e04d1e5c20da635a354a9016459046 /Src/system.h | |
| parent | 23303: use _guard. (diff) | |
| download | zsh-327b666396887be715c7335824e2474ccdb4a404.tar zsh-327b666396887be715c7335824e2474ccdb4a404.tar.gz zsh-327b666396887be715c7335824e2474ccdb4a404.tar.bz2 zsh-327b666396887be715c7335824e2474ccdb4a404.tar.lz zsh-327b666396887be715c7335824e2474ccdb4a404.tar.xz zsh-327b666396887be715c7335824e2474ccdb4a404.tar.zst zsh-327b666396887be715c7335824e2474ccdb4a404.zip | |
Christoph Bauer: 23309ish: extra #define for hpux
Diffstat (limited to 'Src/system.h')
| -rw-r--r-- | Src/system.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Src/system.h b/Src/system.h index fafa5dd01..c2f0b4ee8 100644 --- a/Src/system.h +++ b/Src/system.h @@ -757,6 +757,11 @@ extern short ospeed; * If MULTIBYTE_SUPPORT is not defined, these includes provide a subset of * Unicode support that makes the \u and \U printf escape sequences work. */ +=20 +#if defined(__hpux) && !defined(_INCLUDE__STDC_A1_SOURCE) +#define _INCLUDE__STDC_A1_SOURCE +#endif +=20 # include <wchar.h> # include <wctype.h> #endif |
