]> git.pld-linux.org Git - packages/chmlib.git/blob - chmlib-sparcppc.patch
- add support sparc/ppc machines
[packages/chmlib.git] / chmlib-sparcppc.patch
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.071144 seconds and 3 git commands to generate.