projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d6ca31
)
[svn] added missing comma
author
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 28 Apr 2007 12:49:15 +0000
(14:49 +0200)
committer
Armin Ronacher
<armin.ronacher@active-4.com>
Sat, 28 Apr 2007 12:49:15 +0000
(14:49 +0200)
--HG--
branch : trunk
jinja/_speedups.c
patch
|
blob
|
history
diff --git
a/jinja/_speedups.c
b/jinja/_speedups.c
index 426476cc741d648d490c7822abf272130ab33d42..730433b344f04f6577405d23741189ff20e073f5 100644
(file)
--- a/
jinja/_speedups.c
+++ b/
jinja/_speedups.c
@@
-403,7
+403,7
@@
static PySequenceMethods BaseContext_as_sequence[] = {
static PyMappingMethods BaseContext_as_mapping[] = {
#if Py_VERSION_HEX < 0x02050000
- (inquiry)BaseContext_length
+ (inquiry)BaseContext_length
,
#else
(lenfunc)BaseContext_length,
#endif