Browse Source

Added asmsymbindname array name for TAsmSymBind type
for use in new messages commits 29444-29445

git-svn-id: trunk@29446 -

pierre 10 năm trước cách đây
mục cha
commit
831a876ec5
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/aasmbase.pas

+ 2 - 0
compiler/aasmbase.pas

@@ -62,6 +62,8 @@ interface
 
     const
        asmlabeltypeprefix : array[TAsmLabeltype] of char = ('j','a','d','l','f','t','c');
+       asmsymbindname : array[TAsmsymbind] of string = ('none', 'external','common',
+       'local','global','weak external','private external','lazy','import');
 
     type
        TAsmSectiontype=(sec_none,