Updates for latest ACC changes.

committer: mfx <mfx> 1058050328 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-07-12 22:52:08 +00:00
parent 48846c7226
commit a3bb8f00fd
13 changed files with 138 additions and 207 deletions
+3 -3
View File
@@ -72,9 +72,9 @@
#undef LLONG
#undef ULLONG
#if 1 && defined(upx_int64l)
# define LLONG upx_int64l
# define ULLONG upx_uint64l
#if 1 && defined(acc_int64l_t)
# define LLONG acc_int64l_t
# define ULLONG acc_uint64l_t
#else
# define LLONG long int
# define ULLONG unsigned long int