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:
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
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue