src: introduce upx::max and friends; updates for clang-19 git snapshot

This commit is contained in:
Markus F.X.J. Oberhumer
2024-05-15 14:06:05 +02:00
parent 9e0f16a629
commit 40b7e24fcc
21 changed files with 254 additions and 159 deletions
+3
View File
@@ -29,6 +29,7 @@
#define ALLOW_INT_PLUS_MEMBUFFER 1
#include "conf.h"
#if (WITH_ZLIB)
#include "p_elf.h"
#include "file.h"
#include "filter.h"
@@ -1071,4 +1072,6 @@ void PackVmlinuzARMEL::unpack(OutputFile *fo)
}
}
#endif // WITH_ZLIB
/* vim:set ts=4 sw=4 et: */