Skip to content

Commit ca1bac7

Browse files
committed
Undocument Pascal calling convention
1 parent ea58aa6 commit ca1bac7

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

spec/abi.dd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ $(GNAME CallConvention):
519519
$(B F) $(GREEN // D)
520520
$(B U) $(GREEN // C)
521521
$(B W) $(GREEN // Windows)
522-
$(B V) $(GREEN // Pascal)
523522
$(B R) $(GREEN // C++)
524523
$(B Y) $(GREEN // Objective-C)
525524

spec/attribute.dd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ $(GNAME LinkageType):
8383
$(D C++)
8484
$(D D)
8585
$(D Windows)
86-
$(D Pascal)
8786
$(D System)
8887
$(D Objective-C)
8988
)
@@ -101,7 +100,7 @@ $(GNAME LinkageType):
101100
$(D System) is the same as $(D Windows) on Windows platforms,
102101
and $(D C) on other platforms.
103102
$(D Implementation Note:)
104-
for Win32 platforms, $(D Windows) and $(D Pascal) should exist.
103+
for Win32 platforms, $(D Windows) should exist.
105104
)
106105

107106
$(P C function calling conventions are

spec/traits.dd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,6 @@ $(H2 $(GNAME getLinkage))
646646
$(LI $(D "C"))
647647
$(LI $(D "C++"))
648648
$(LI $(D "Windows"))
649-
$(LI $(D "Pascal"))
650649
$(LI $(D "Objective-C"))
651650
$(LI $(D "System"))
652651
)

0 commit comments

Comments
 (0)