Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 12d3078

Browse files
ibuclawdlang-bot
authored andcommitted
__builtins: Rename to D interface file
1 parent dbd0c87 commit 12d3078

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

mak/COPY

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COPY=\
22
$(IMPDIR)\object.d \
3-
$(IMPDIR)\__builtins.d \
3+
$(IMPDIR)\__builtins.di \
44
\
55
$(IMPDIR)\core\gc\config.d \
66
$(IMPDIR)\core\gc\gcinterface.d \

mak/SRCS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
SRCS=\
22
src\object.d \
3-
src\__builtins.d \
43
\
54
src\core\atomic.d \
65
src\core\attribute.d \
File renamed without changes.

0 commit comments

Comments
 (0)