all: misc updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-05-13 16:28:44 +02:00
parent 279101d464
commit b3e4efbabe
7 changed files with 23 additions and 25 deletions
+1 -5
View File
@@ -26,8 +26,6 @@
*/
#pragma once
#ifndef UPX_PACKER_H__
#define UPX_PACKER_H__ 1
#include "util/membuffer.h"
@@ -102,7 +100,7 @@ bool ph_testOverlappingDecompression(const PackHeader &ph, SPAN_P(const byte) bu
/*************************************************************************
// abstract base class for packers
//
// FIXME: this class is way too fat and badly needs a decomposition
// FIXME later: this class is way too fat and badly needs a decomposition
**************************************************************************/
class Packer {
@@ -362,6 +360,4 @@ int force_method(int method); // (0x80ul<<24)|method
int forced_method(int method); // (0x80ul<<24)|method ==> method
int is_forced_method(int method); // predicate
#endif /* already included */
/* vim:set ts=4 sw=4 et: */