compiler: Fixed __declspec compiling issue on Linux; ide: Fixed crash on null workspace
[sdk] / compiler / libec / src / output.ec
index 2443393..b5d8520 100644 (file)
@@ -1494,7 +1494,7 @@ public void OutputTree(OldList ast, File f)
 {
    External external;
 
-   outputLine = 26;
+   outputLine = 28;
 
    for(external = ast.first; external; external = external.next)
    {