]> git.pld-linux.org Git - packages/Xaw3d.git/blame - Xaw3d-glibc.patch
- Spanish summary/description fixes
[packages/Xaw3d.git] / Xaw3d-glibc.patch
CommitLineData
d3ae4c87 1--- Xaw3d-1.3/xc/lib/Xaw3d/XawI18n.h.orig Tue Aug 29 07:00:21 1995
2+++ Xaw3d-1.3/xc/lib/Xaw3d/XawI18n.h Tue Nov 19 02:22:09 1996
3@@ -27,12 +27,18 @@
4
5 ********************************************************/
6
7+#if 0
8 #ifdef HAS_WCTYPE_H
9 #include <wctype.h>
10+#if !defined(__linux__)
11 #include <widec.h>
12+#endif
13+#endif
14 #define wcslen(c) wslen(c)
15 #define wcscpy(d,s) wscpy(d,s)
16 #define wcsncpy(d,s,l) wsncpy(d,s,l)
17+#if 0
18+#endif
19 #endif
20
21 #ifdef HAS_WCHAR_H
This page took 0.060667 seconds and 4 git commands to generate.