aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2012-04-27 20:44:29 +0200
committerWojciech Polak <polak@gnu.org>2012-04-27 20:46:12 +0200
commit321b25c4865f06483959db31803b6441c23b4e3a (patch)
treeccc87ee16cdb61e3721333295251e99d26b69f78
parentf69d0fad4651a4934961373c3106b92166fb8ed5 (diff)
downloadcheetah-321b25c4865f06483959db31803b6441c23b4e3a.tar.gz
cheetah-321b25c4865f06483959db31803b6441c23b4e3a.tar.bz2
Fix mod_jspp.l for the latest Apache (credits: Sergey).
-rw-r--r--src/mod_jspp.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mod_jspp.l b/src/mod_jspp.l
index dfc3237..98df05f 100644
--- a/src/mod_jspp.l
+++ b/src/mod_jspp.l
@@ -304,7 +304,6 @@ ZEND_FUNCTION (jspp_gettext)
obstack_init (&stk);
gettext_string = quote = 0;
- yy_init = 1;
while (zend_hash_get_current_data (Z_ARRVAL (*files), (void **) &data) == SUCCESS)
{
char *str;

Return to:

Send suggestions and report system problems to the System administrator.