mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-16 02:32:11 +02:00
Christoph Bauer: 23309ish: extra #define for hpux
This commit is contained in:
parent
327b666396
commit
738c305a26
1 changed files with 2 additions and 2 deletions
|
@ -757,11 +757,11 @@ extern short ospeed;
|
||||||
* If MULTIBYTE_SUPPORT is not defined, these includes provide a subset of
|
* If MULTIBYTE_SUPPORT is not defined, these includes provide a subset of
|
||||||
* Unicode support that makes the \u and \U printf escape sequences work.
|
* Unicode support that makes the \u and \U printf escape sequences work.
|
||||||
*/
|
*/
|
||||||
=20
|
|
||||||
#if defined(__hpux) && !defined(_INCLUDE__STDC_A1_SOURCE)
|
#if defined(__hpux) && !defined(_INCLUDE__STDC_A1_SOURCE)
|
||||||
#define _INCLUDE__STDC_A1_SOURCE
|
#define _INCLUDE__STDC_A1_SOURCE
|
||||||
#endif
|
#endif
|
||||||
=20
|
|
||||||
# include <wchar.h>
|
# include <wchar.h>
|
||||||
# include <wctype.h>
|
# include <wctype.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue