mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 23:56:49 +00:00
[support][nfc] MD5: Undef macros after use (#132132)
I'm experimenting with amalgamating Support lib into single cpp and leaking a bunch of 1-letter macros is not nice.
This commit is contained in:
parent
30ff508614
commit
969ac10cb3
@ -296,3 +296,11 @@ MD5::MD5Result MD5::hash(ArrayRef<uint8_t> Data) {
|
||||
|
||||
return Res;
|
||||
}
|
||||
|
||||
#undef F
|
||||
#undef G
|
||||
#undef H
|
||||
#undef I
|
||||
#undef STEP
|
||||
#undef SET
|
||||
#undef GET
|
||||
|
Loading…
x
Reference in New Issue
Block a user