New ACC version.

committer: mfx <mfx> 1092134926 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-08-10 10:48:46 +00:00
parent 465ea6429f
commit 5612460720
4 changed files with 54 additions and 24 deletions
+1 -1
View File
@@ -1034,11 +1034,11 @@ static void first_options(int argc, char **argv)
void upx_sanity_check(void)
{
#define ACC_WANT_ACC_CHK_CH 1
#undef ACCCHK_ASSERT
#define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr)
#include "miniacc.h"
#undef ACCCHK_ASSERT
#undef ACC_WANT_ACC_CHK_CH
COMPILE_TIME_ASSERT(sizeof(char) == 1)
COMPILE_TIME_ASSERT(sizeof(short) == 2)