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:
parent
b218cec3d7
commit
437c34a68c
|
@ -88,7 +88,7 @@
|
|||
|
||||
|
||||
#if !defined(WITH_UCL)
|
||||
# error "you lose"
|
||||
# error "please set UCLDIR in the Makefile"
|
||||
#endif
|
||||
#if defined(WITH_UCL)
|
||||
# include <ucl/uclconf.h>
|
||||
|
|
|
@ -1039,7 +1039,10 @@ void upx_sanity_check(void)
|
|||
COMPILE_TIME_ASSERT(__alignof__(LE32) == 1);
|
||||
#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 foo_t {
|
||||
|
|
Loading…
Reference in New Issue
Block a user