Replaced ACC with miniACC.

committer: mfx <mfx> 1090583659 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-07-23 11:54:19 +00:00
parent ef490c4220
commit 1aff6b862d
37 changed files with 4103 additions and 6631 deletions
+6 -1
View File
@@ -1030,7 +1030,12 @@ static void first_options(int argc, char **argv)
void upx_sanity_check(void)
{
#include "acc/acc_chk.ch"
#define ACC_WANT_ACC_CHK_CH 1
#undef ACCCHK_ASSERT
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr)
#include "miniacc.h"
#undef ACC_WANT_ACC_CHK_CH
#undef ACCCHK_ASSERT
COMPILE_TIME_ASSERT(sizeof(char) == 1)
COMPILE_TIME_ASSERT(sizeof(short) == 2)