projects
/
tedtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b6a26
)
Add self to varname list
author
teodor
<teodor>
Sat, 4 Oct 2008 09:30:04 +0000
(09:30 +0000)
committer
teodor
<teodor>
Sat, 4 Oct 2008 09:30:04 +0000
(09:30 +0000)
tmpl_gram.y
patch
|
blob
|
history
diff --git
a/tmpl_gram.y
b/tmpl_gram.y
index
9bc2f71
..
b3a56ed
100644
(file)
--- a/
tmpl_gram.y
+++ b/
tmpl_gram.y
@@
-96,6
+96,7
@@
varname:
| IF_P
| ELSE_P
| LOOP_P
+ | SELF_P
| ENDIF_P
| ENDLOOP_P
;