1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Small cleanups.

committer: mfx <mfx> 1044946475 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2003-02-11 06:54:35 +00:00
parent b218cec3d7
commit 437c34a68c
2 changed files with 5 additions and 2 deletions

View File

@ -88,7 +88,7 @@
#if !defined(WITH_UCL) #if !defined(WITH_UCL)
# error "you lose" # error "please set UCLDIR in the Makefile"
#endif #endif
#if defined(WITH_UCL) #if defined(WITH_UCL)
# include <ucl/uclconf.h> # include <ucl/uclconf.h>

View File

@ -1039,7 +1039,10 @@ void upx_sanity_check(void)
COMPILE_TIME_ASSERT(__alignof__(LE32) == 1); COMPILE_TIME_ASSERT(__alignof__(LE32) == 1);
#endif #endif
#if !defined(__WATCOMC__) COMPILE_TIME_ASSERT((((unsigned)1 << 31) >> 31) == 1);
COMPILE_TIME_ASSERT((((upx_uint64l)1 << 63) >> 63) == 1);
#if !defined(__WATCOMC__) // Watcom C does not support inner classes
struct align_assertion_1a_t struct align_assertion_1a_t
{ {
struct foo_t { struct foo_t {