Oops, forgot a )

Reported by:	maintainer
This commit is contained in:
Tilman Keskinoz 2005-06-08 16:51:58 +00:00
parent 560b355b7c
commit 955eaac86b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137071

View file

@ -5,7 +5,7 @@
#if defined(_WIN32)
# define WCHAR_TYPE_SIZE 2
-#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc)) \
+#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc) || defined(__alpha__) || defined(__powerpc__) \
+#elif (defined(__linux) || defined(__FreeBSD__)) && (defined(__i386) || defined(__x86_64) || defined(__sparc) || defined(__alpha__) || defined(__powerpc__)) \
|| defined (__sun) || defined(__hpux) || defined(__APPLE__) || defined(_AIX)
# define WCHAR_TYPE_SIZE 4
#else