mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 17:43:11 +00:00
cleanup
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3028 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8719ed81e0
commit
5a4f1248c3
1 changed files with 3 additions and 3 deletions
|
|
@ -48,11 +48,11 @@ typedef struct {
|
|||
unsigned int pos;
|
||||
/* line counter, counting from one */
|
||||
unsigned int lineno;
|
||||
/* last value of line counter */
|
||||
unsigned int last_lineno;
|
||||
/* column counter, counting from zero */
|
||||
unsigned int column;
|
||||
/* last value of column counter */
|
||||
/* value of line counter before the current token */
|
||||
unsigned int last_lineno;
|
||||
/* value of column counter before the current token */
|
||||
unsigned int last_column;
|
||||
/* input buffer of lexer, must be deleted when the parsing stops */
|
||||
void* lexbuf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue