Skip to content

Commit 9f601f4

Browse files
authored
Merge pull request #2482 from ahoppen/ahoppen/rename-atomic-bool
Rename `AtomicBool.{h,c}` to `SwiftSyntaxAtomicBool.{h,c}`
2 parents b719481 + 9c9e1ea commit 9f601f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Sources/_AtomicBool/src/AtomicBool.c renamed to Sources/_AtomicBool/src/SwiftSyntaxAtomicBool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
#include "AtomicBool.h"
13+
#include "SwiftSyntaxAtomicBool.h"
1414

1515
AtomicBool atomic_bool_create(bool initialValue) {
1616
AtomicBool atomic;

0 commit comments

Comments
 (0)