ecc; output 'code generated from eC source file.' comment at top of generated .c...
[sdk] / compiler / libec / src / output.ec
index 1b82770..a7f4c6f 100644 (file)
@@ -1465,7 +1465,7 @@ public void OutputTree(OldList ast, File f)
 {
    External external;
 
-   outputLine = 30;
+   outputLine = 31;
 
    for(external = ast.first; external; external = external.next)
    {