Mercurial > aewl
comparison tag.c @ 487:be4f90c03582
applied Jukkas patch
author | arg@mmvi |
---|---|
date | Mon, 25 Sep 2006 08:21:51 +0200 |
parents | 9d23330a5268 |
children | 651f2c868b31 |
comparison
equal
deleted
inserted
replaced
486:8d564b9e3cd4 | 487:be4f90c03582 |
---|---|
43 for(; c && !isvisible(c); c = c->prev); | 43 for(; c && !isvisible(c); c = c->prev); |
44 return c; | 44 return c; |
45 } | 45 } |
46 | 46 |
47 void | 47 void |
48 initrregs() { | 48 initrregs(void) { |
49 unsigned int i; | 49 unsigned int i; |
50 regex_t *reg; | 50 regex_t *reg; |
51 | 51 |
52 if(rreg) | 52 if(rreg) |
53 return; | 53 return; |