Browse Source

* fix compilation with -dEXTDEBUG

git-svn-id: trunk@14190 -
florian 15 years ago
parent
commit
f54ea1e9f9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      compiler/pass_2.pas

+ 2 - 1
compiler/pass_2.pas

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