Mercurial > hg > xemacs-beta
comparison lib-src/ootags.c @ 5125:b5df3737028a ben-lisp-object
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 24 Feb 2010 01:58:04 -0600 |
parents | 8b63e21b0436 |
children | 061f4f90f874 |
comparison
equal
deleted
inserted
replaced
5124:623d57b7fbe8 | 5125:b5df3737028a |
---|---|
2637 int qlen; /* length of qualifier */ | 2637 int qlen; /* length of qualifier */ |
2638 int cblev; /* current curly brace level */ | 2638 int cblev; /* current curly brace level */ |
2639 int parlev; /* current parenthesis level */ | 2639 int parlev; /* current parenthesis level */ |
2640 bool incomm, inquote, inchar, quotednl, midtoken; | 2640 bool incomm, inquote, inchar, quotednl, midtoken; |
2641 bool cplpl, cjava; | 2641 bool cplpl, cjava; |
2642 token savetok; /* token saved during preprocessor handling */ | 2642 token savetok = {0}; /* token saved during preprocessor handling */ |
2643 | 2643 |
2644 | 2644 |
2645 tokoff = toklen = 0; /* keep compiler quiet */ | 2645 tokoff = toklen = 0; /* keep compiler quiet */ |
2646 curndx = newndx = 0; | 2646 curndx = newndx = 0; |
2647 lineno = 0; | 2647 lineno = 0; |