mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:46:01 +02:00
* fix compilation with 3.0.x and -Oonodedfa enabled after r37887
git-svn-id: trunk@37919 -
This commit is contained in:
parent
7e630686e0
commit
6d072872d0
@ -2873,6 +2873,7 @@ const
|
|||||||
|
|
||||||
function find_proc_directive_index(tok: ttoken): longint; inline;
|
function find_proc_directive_index(tok: ttoken): longint; inline;
|
||||||
begin
|
begin
|
||||||
|
result:=-1;
|
||||||
for result:=1 to num_proc_directives do
|
for result:=1 to num_proc_directives do
|
||||||
if proc_direcdata[result].idtok=tok then
|
if proc_direcdata[result].idtok=tok then
|
||||||
exit;
|
exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user