Skip to content

Commit 9c9e1ea

Browse files
committed
Rename AtomicBool.{h,c} to SwiftSyntaxAtomicBool.{h,c}
1 parent e77b169 commit 9c9e1ea

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)