]> git.pld-linux.org Git - packages/chmlib.git/blame - chmlib-sparcppc.patch
- add support sparc/ppc machines
[packages/chmlib.git] / chmlib-sparcppc.patch
CommitLineData
4f4cd750 1--- chm_lib.c~ 2002-10-10 05:25:54.000000000 +0200
2+++ chm_lib.c 2003-11-08 09:53:23.000000000 +0100
3@@ -142,7 +142,7 @@
4 /* I386, 32-bit, non-Windows */
5 /* Sparc */
6 /* MIPS */
7-#elif __i386__ || __sun || __sgi
8+#elif __i386__ || __sun || __sgi || __sparc__ || __ppc__
9 typedef unsigned char UChar;
10 typedef short Int16;
11 typedef unsigned short UInt16;
This page took 0.036065 seconds and 4 git commands to generate.