浏览代码

* fixed compilation of the compiler with -dEXTDEBUG after r31588

git-svn-id: trunk@31615 -
nickysn 10 年之前
父节点
当前提交
1181eb0ddb
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/pass_2.pas

+ 2 - 1
compiler/pass_2.pas

@@ -152,7 +152,8 @@ implementation
              'loadparentfpn',
              'loadparentfpn',
              'dataconstn',
              'dataconstn',
              'objselectorn',
              'objselectorn',
-             'objcprotocoln'
+             'objcprotocoln',
+             'specializen'
              );
              );
       var
       var
         p: pchar;
         p: pchar;