Mercurial > hg-old > index.cgi
comparison src/pass1.c @ 28:c0ff62e5ad39
Added register list mode handler
author | lost |
---|---|
date | Fri, 02 Jan 2009 03:17:26 +0000 |
parents | f736579569b4 |
children | 39d750ee8d34 |
comparison
equal
deleted
inserted
replaced
27:f736579569b4 | 28:c0ff62e5ad39 |
---|---|
129 nl -> lineno = lineno++; | 129 nl -> lineno = lineno++; |
130 nl -> filename = fnref; | 130 nl -> filename = fnref; |
131 nl -> next = NULL; | 131 nl -> next = NULL; |
132 nl -> prev = as -> linestail; | 132 nl -> prev = as -> linestail; |
133 nl -> err = NULL; | 133 nl -> err = NULL; |
134 nl -> fsize = 0; | |
134 if (as -> linestail) | 135 if (as -> linestail) |
135 as -> linestail -> next = nl; | 136 as -> linestail -> next = nl; |
136 else | 137 else |
137 as -> linestail = nl; | 138 as -> linestail = nl; |
138 if (!(as -> lineshead)) | 139 if (!(as -> lineshead)) |