Skip to content

Commit 7edffaf

Browse files
authored
Rename macro to compile out legacy architecture (#942)
1 parent 7ac04fc commit 7edffaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0929-legacy-architecture-removal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,12 @@ The following symbols are due for removal:
286286

287287
### C++
288288

289-
In C++ we use the `RCT_FIT_RM_OLD_RUNTIME` macro to annotate classes that are due for removal.
289+
In C++ we use the `RCT_REMOVE_LEGACY_ARCH` macro to annotate classes that are due for removal.
290290

291291
If a class or a symbol is wrapped inside a:
292292

293293
```c++
294-
#ifndef RCT_FIT_RM_OLD_RUNTIME
294+
#ifndef RCT_REMOVE_LEGACY_ARCH
295295
...
296296
#endif
297297
```

0 commit comments

Comments
 (0)