Deleted Added
full compact
2c2
< * Copyright (C) 1984-2004 Mark Nudelman
---
> * Copyright (C) 1984-2007 Mark Nudelman
59c59
< * findctag() usually either pattern (in which case line number is 0),
---
> * findctag() uses either pattern (in which case line number is 0),
78,81c78,81
< (tp)->next = taglist.tl_first; \
< (tp)->prev = TAG_END; \
< taglist.tl_first->prev = (tp); \
< taglist.tl_first = (tp);
---
> (tp)->next = TAG_END; \
> (tp)->prev = taglist.tl_last; \
> taglist.tl_last->next = (tp); \
> taglist.tl_last = (tp);
421c421
< pos = forw_raw_line(pos, &line);
---
> pos = forw_raw_line(pos, &line, (int *)NULL);