about summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-04-23 15:15:13 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-04-23 15:15:13 +0000
commit738c305a262ac8f4564ee1a1588830b95c738d0a (patch)
tree677d459cc222901cc6d48adb4fba0c6483573850 /Src
parent327b666396887be715c7335824e2474ccdb4a404 (diff)
downloadzsh-738c305a262ac8f4564ee1a1588830b95c738d0a.tar.gz
zsh-738c305a262ac8f4564ee1a1588830b95c738d0a.tar.xz
zsh-738c305a262ac8f4564ee1a1588830b95c738d0a.zip
Christoph Bauer: 23309ish: extra #define for hpux
Diffstat (limited to 'Src')
-rw-r--r--Src/system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/system.h b/Src/system.h
index c2f0b4ee8..97db9aab1 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -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