projects
/
claws.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2005-02-18 [colin] 1.0.1cvs14.1
[claws.git]
/
src
/
quote_fmt_lex.l
diff --git
a/src/quote_fmt_lex.l
b/src/quote_fmt_lex.l
index 5c35a7d7aeac7cd48da251c9b83f7a227ce516ab..04975d63ee4877667fbd64b4fe119f70676e5f9a 100644
(file)
--- a/
src/quote_fmt_lex.l
+++ b/
src/quote_fmt_lex.l
@@
-14,7
+14,7
@@
/*
* see notes below.
*/
-
static int
firsttime = 1;
+
int quote_fmt_
firsttime = 1;
%}
%%
@@
-43,9
+43,9
@@
static int firsttime = 1;
%}
%{
- if (firsttime) {
+ if (
quote_fmt_
firsttime) {
BEGIN S_NORMAL;
- firsttime = 0;
+
quote_fmt_
firsttime = 0;
}
%}