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