File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -519,7 +519,6 @@ $(GNAME CallConvention):
519
519
$(B F) $(GREEN // D)
520
520
$(B U) $(GREEN // C)
521
521
$(B W) $(GREEN // Windows)
522
- $(B V) $(GREEN // Pascal)
523
522
$(B R) $(GREEN // C++)
524
523
$(B Y) $(GREEN // Objective-C)
525
524
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ $(GNAME LinkageType):
83
83
$(D C++)
84
84
$(D D)
85
85
$(D Windows)
86
- $(D Pascal)
87
86
$(D System)
88
87
$(D Objective-C)
89
88
)
@@ -101,7 +100,7 @@ $(GNAME LinkageType):
101
100
$(D System) is the same as $(D Windows) on Windows platforms,
102
101
and $(D C) on other platforms.
103
102
$(D Implementation Note:)
104
- for Win32 platforms, $(D Windows) and $(D Pascal) should exist.
103
+ for Win32 platforms, $(D Windows) should exist.
105
104
)
106
105
107
106
$(P C function calling conventions are
Original file line number Diff line number Diff line change @@ -646,7 +646,6 @@ $(H2 $(GNAME getLinkage))
646
646
$(LI $(D "C"))
647
647
$(LI $(D "C++"))
648
648
$(LI $(D "Windows"))
649
- $(LI $(D "Pascal"))
650
649
$(LI $(D "Objective-C"))
651
650
$(LI $(D "System"))
652
651
)
You can’t perform that action at this time.
0 commit comments