mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-10 19:35:10 -05:00
Fix compilation
This commit is contained in:
parent
f736f3c7cf
commit
b450298085
@ -181,7 +181,7 @@ begin
|
|||||||
//Lexer.CloneDefinesFrom(ci.Lexer);
|
//Lexer.CloneDefinesFrom(ci.Lexer);
|
||||||
|
|
||||||
if (ci.Lexer.Defines.IndexOf('IS_INCLUDE') < 0) then
|
if (ci.Lexer.Defines.IndexOf('IS_INCLUDE') < 0) then
|
||||||
i := ci.Lexer.Defines.Add('IS_INCLUDE');
|
i := ci.Lexer.Defines.Add('IS_INCLUDE')
|
||||||
else
|
else
|
||||||
i := -1;
|
i := -1;
|
||||||
Run;
|
Run;
|
||||||
|
Loading…
Reference in New Issue
Block a user