We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6d6b5 commit bbda2a2Copy full SHA for bbda2a2
spec/importc.dd
@@ -682,6 +682,16 @@ $(H2 $(LNAME2 visualc-extensions, Visual C Extensions))
682
$(LI others are ignored)
683
)
684
685
+ $(H3 $(LNAME2 __pragma, `__pragma` Attribute Extensions))
686
+
687
+ $(P The following
688
+ $(LINK@ https://learn.microsoft.com/en-us/cpp/preprocessor/pragma-directives-and-the-pragma-keyword?view=msvc-170, `__pragma` extensions):)
689
690
+ $(OL
691
+ $(LI `__pragma(pack(N))`)
692
+ $(LI others are ignored)
693
+ )
694
695
$(H2 $(LNAME2 digital-mars-extensions, Digital Mars C Extensions))
696
697
$(H3 $(LNAME2 __stdcall, `__stdcall` Function Calling Convention))
0 commit comments