فهرست منبع

+ Added some comment about unneeded cdecl modifier

git-svn-id: trunk@19344 -
pierre 14 سال پیش
والد
کامیت
85e343a2ad
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      tests/test/cg/uprintf3.pp

+ 2 - 0
tests/test/cg/uprintf3.pp

@@ -4,6 +4,8 @@ unit uprintf3;
 
 interface
 
+{ This calling convention is almost equivalent to cdecl,
+  so that cdecl modifer should not be needed below }
 {$calling mwpascal}
 
 {$ifdef WINDOWS}