projects
/
jinja2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be4ae24
)
samp and friends from char* to const char*
author
Priit Laes
<plaes@plaes.org>
Fri, 18 Apr 2008 07:52:58 +0000
(09:52 +0200)
committer
Priit Laes
<plaes@plaes.org>
Fri, 18 Apr 2008 07:52:58 +0000
(09:52 +0200)
--HG--
branch : trunk
jinja2/_speedups.c
patch
|
blob
|
history
diff --git
a/jinja2/_speedups.c
b/jinja2/_speedups.c
index 30bea54cce17158feca7340efadaafe2662185b5..6aad8ec905833263bd4d0794c9b1257257fc0d84 100644
(file)
--- a/
jinja2/_speedups.c
+++ b/
jinja2/_speedups.c
@@
-11,7
+11,7
@@
#include <Python.h>
-static char *samp = "&", *slt = "<", *sgt = ">", *sqt = """;
+static c
onst c
har *samp = "&", *slt = "<", *sgt = ">", *sqt = """;
static Py_UNICODE *amp, *lt, *gt, *qt;
static PyObject* markup;