浏览代码

compiler utils: manual merge some cpstrnew changes which was impossible to merge using regular tools due to the merge conflicts

git-svn-id: trunk@19133 -
paul 14 年之前
父节点
当前提交
85450d5469
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/utils/ppudump.pp

+ 2 - 1
compiler/utils/ppudump.pp

@@ -1473,7 +1473,8 @@ const
      (mask:po_objc;            str:'ObjC'),
      (mask:po_enumerator_movenext; str:'EnumeratorMoveNext'),
      (mask:po_optional;        str: 'Optional'),
-     (mask:po_delphi_nested_cc;str: 'Delphi-style nested frameptr')
+     (mask:po_delphi_nested_cc;str: 'Delphi-style nested frameptr'),
+     (mask:po_rtlproc;         str: 'RTL procedure')
   );
 var
   proctypeoption  : tproctypeoption;