projects
/
tedtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d557db7
)
Resets lineno with new file
author
teodor
<teodor>
Wed, 15 Oct 2008 15:22:31 +0000
(15:22 +0000)
committer
teodor
<teodor>
Wed, 15 Oct 2008 15:22:31 +0000
(15:22 +0000)
tmpl_scan.l
patch
|
blob
|
history
diff --git
a/tmpl_scan.l
b/tmpl_scan.l
index
fdfec53
..
c004c8a
100644
(file)
--- a/
tmpl_scan.l
+++ b/
tmpl_scan.l
@@
-224,6
+224,7
@@
startTemplateLex(Template tmpl, FILE *in) {
lexContext = tmpl->templateContext;
+ yylineno=1;
yyrestart(in);
BEGIN INITIAL;
}