Skip to content

Commit 21895a8

Browse files
authored
[libc] rename LLVM_LIBC_SRC___SUPPORT_UINT_H to LLVM_LIBC_SRC___SUPPORT_BIG_INT_H for consistent naming (#114592)
Fixes #114572
1 parent 2bd21b2 commit 21895a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/src/__support/big_int.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef LLVM_LIBC_SRC___SUPPORT_UINT_H
10-
#define LLVM_LIBC_SRC___SUPPORT_UINT_H
9+
#ifndef LLVM_LIBC_SRC___SUPPORT_BIG_INT_H
10+
#define LLVM_LIBC_SRC___SUPPORT_BIG_INT_H
1111

1212
#include "src/__support/CPP/array.h"
1313
#include "src/__support/CPP/bit.h" // countl_zero
@@ -1373,4 +1373,4 @@ first_trailing_one(T value) {
13731373

13741374
} // namespace LIBC_NAMESPACE_DECL
13751375

1376-
#endif // LLVM_LIBC_SRC___SUPPORT_UINT_H
1376+
#endif // LLVM_LIBC_SRC___SUPPORT_BIG_INT_H

0 commit comments

Comments
 (0)