Browse Source

* Add one more gpc ifdef

git-svn-id: trunk@6545 -
daniel 18 years ago
parent
commit
81bccc253b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      compiler/pdecvar.pas

+ 2 - 0
compiler/pdecvar.pas

@@ -724,6 +724,7 @@ implementation
           vs.varstate:=vs_initialised;
         end;
 
+{$ifdef gpc_mode}
         procedure read_gpc_name(sc : TFPObjectList);
         var
           vs : tabstractnormalvarsym;
@@ -742,6 +743,7 @@ implementation
           else
             Message(parser_e_no_local_var_external);
         end;
+{$endif}
 
         procedure read_absolute(sc : TFPObjectList);
         var