1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00

Christoph Bauer: 23309ish: extra #define for hpux

This commit is contained in:
Peter Stephenson 2007-04-23 15:15:13 +00:00
parent 327b666396
commit 738c305a26

View file

@ -757,11 +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