Преглед на файлове

* fix compilation with 3.0.x and -Oonodedfa enabled after r37887

git-svn-id: trunk@37919 -
florian преди 7 години
родител
ревизия
6d072872d0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      compiler/pdecsub.pas

+ 1 - 0
compiler/pdecsub.pas

@@ -2873,6 +2873,7 @@ const
 
     function find_proc_directive_index(tok: ttoken): longint; inline;
       begin
+        result:=-1;
         for result:=1 to num_proc_directives do
           if proc_direcdata[result].idtok=tok then
             exit;