1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00

Fix compilation

This commit is contained in:
Merlijn Wajer 2010-05-24 12:19:52 +02:00
parent f736f3c7cf
commit b450298085

View File

@ -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;