compiler/libec: Updated start outputLine to match latest header from ecc
authorJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 14:35:49 +0000 (10:35 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 10 Mar 2013 14:35:49 +0000 (10:35 -0400)
compiler/bootstrap/libec/bootstrap/output.c
compiler/libec/src/output.ec

index c286c9f..a344b33 100644 (file)
@@ -2701,7 +2701,7 @@ void OutputTree(struct __ecereNameSpace__ecere__sys__OldList * ast, struct __ece
 {
 struct External * external;
 
-outputLine = 28;
+outputLine = 30;
 for(external = ast->first; external; external = external->next)
 {
 switch(external->type)
index 386449b..6389120 100644 (file)
@@ -1502,7 +1502,7 @@ public void OutputTree(OldList ast, File f)
 {
    External external;
 
-   outputLine = 28;
+   outputLine = 30;
 
    for(external = ast.first; external; external = external.next)
    {