summaryrefslogtreecommitdiffstats
path: root/etc/portage/patches/dev-util/rz-ghidra/crc32.patch
blob: 484db411b96d557c3f35c7286d9b417d6aefd1ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh b/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
--- a/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
+++ b/ghidra/ghidra/Ghidra/Features/Decompiler/src/decompile/cpp/crc32.hh
@@ -16,8 +16,8 @@
 /// \file crc32.hh
 /// \brief Table and function for computing a CRC32
 
-#ifndef __CRC32__
-#define __CRC32__
+#ifndef __CRC32A__
+#define __CRC32A__
 
 #include "types.h"