浏览代码

* fixed oo_is_forward flag (from old patch by Dave Strodt)

git-svn-id: trunk@11662 -
Jonas Maebe 17 年之前
父节点
当前提交
02913dc738
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/utils/ppudump.pp

+ 1 - 1
compiler/utils/ppudump.pp

@@ -1312,7 +1312,7 @@ type
 const
   symopts=14;
   symopt : array[1..symopts] of tsymopt=(
-     (mask:oo_has_virtual;        str:'IsForward'),
+     (mask:oo_is_forward;         str:'IsForward'),
      (mask:oo_has_virtual;        str:'HasVirtual'),
      (mask:oo_has_private;        str:'HasPrivate'),
      (mask:oo_has_protected;      str:'HasProtected'),