diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-27 15:58:03 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-27 15:58:03 +0000 |
commit | 9e7ae8c20e9cd6aac6995d922fdf55d2a3b24cab (patch) | |
tree | 122bf4d35affe067b044205722e406b650b57218 /app-arch | |
parent | xfcalendar is stable on ppc (Manifest recommit) (diff) | |
download | gentoo-2-9e7ae8c20e9cd6aac6995d922fdf55d2a3b24cab.tar.gz gentoo-2-9e7ae8c20e9cd6aac6995d922fdf55d2a3b24cab.tar.bz2 gentoo-2-9e7ae8c20e9cd6aac6995d922fdf55d2a3b24cab.zip |
A couple of more files.
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unrar/files/unrar-3.00-rartypes.hpp | 25 | ||||
-rw-r--r-- | app-arch/unrar/files/unrar-3.3.3-amd64.diff | 14 |
2 files changed, 0 insertions, 39 deletions
diff --git a/app-arch/unrar/files/unrar-3.00-rartypes.hpp b/app-arch/unrar/files/unrar-3.00-rartypes.hpp deleted file mode 100644 index 9bc1b740e4b6..000000000000 --- a/app-arch/unrar/files/unrar-3.00-rartypes.hpp +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef _RAR_TYPES_ -#define _RAR_TYPES_ - -typedef unsigned char byte; //8 bits -typedef unsigned short ushort; //preferably 16 bits, but can be more -typedef unsigned int uint; //32 bits or more - -typedef unsigned int uint32; //32 bits exactly -#define PRESENT_INT32 - -#ifdef _WIN_32 -typedef wchar_t wchar; -#elif defined(__GNUC__) -#if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 1) -typedef __wchar_t wchar; -#else -typedef wchar_t wchar; -#endif -#else -typedef ushort wchar; -#endif - -#define SHORT16(x) (sizeof(ushort)==2 ? (ushort)(x):((x)&0xffff)) - -#endif
\ No newline at end of file diff --git a/app-arch/unrar/files/unrar-3.3.3-amd64.diff b/app-arch/unrar/files/unrar-3.3.3-amd64.diff deleted file mode 100644 index 2aa7b7a7d4cb..000000000000 --- a/app-arch/unrar/files/unrar-3.3.3-amd64.diff +++ /dev/null @@ -1,14 +0,0 @@ ---- unrar/rarvm.cpp.orig 2004-01-04 18:28:01.532948504 -0500 -+++ unrar/rarvm.cpp 2004-01-04 18:28:20.920001224 -0500 -@@ -791,8 +791,8 @@ - CurPos++; - if (CurByte==0xe8 || CurByte==CmpByte2) - { -- long Offset=CurPos+FileOffset; -- long Addr=GET_VALUE(false,Data); -+ int Offset=CurPos+FileOffset; -+ int Addr=GET_VALUE(false,Data); - if (Addr<0) - { - if (Addr+Offset>=0) - |